Giter Site home page Giter Site logo

sdmdb's Introduction

SDMLIB - Sparse Distributed Memory Database

Un-released Researchware

The main artefact of the project is the sdm runtime library which offers a high performance sparse distributed memory or semantic vector database targeted at a number of platforms.

The sdm library is currently written in C++ making extensive use of boost multiprocessing template library to provide memory management tools to allow the supporting data structures to be allocated from a memory mapped file, thus providing a database and RTL/API to act on it.

The application is high performance associative memory to further research and development of the capabilities of a general model of hyper-dimensional sparse space. This model has been extensively applied to and indeed was incubated in the domain of data/text mining particularly word level embeddings.

The architecture of this library is a bit of a moving target but I am settling on providing a minimal core library as a header only implementation and small c/c++ modules to facilitate integration into various foreign language environments. Watch this space.

Building

Requires cmake and (recommended) out of source build the build type Release is cruicial (unless a default Debug build is required) else performance will be an order of magnitude or more worse.

mkdir build;
cd build;
cmake -DCMAKE_BUILD_TYPE=Release ../src
make
make test && make install

Project contact

Simon Beaumont


Copyright (c) 2012-2019 Simon Beaumont.

See: LICENSE for terms and conditions under which this software is made available.

sdmdb's People

Contributors

sebeaumont avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.