OlegDB - Documentation

OlegDB Downloads FAQ Docs General Overview Installation Getting Started What the hell is up with your responses? Macros VERSION KEY_SIZE HASH_MALLOC PATH_LENGTH DB_NAME_SIZE DEVILS_SEED Enums ol_feature_flags ol_state_flags Structures ol_bucket ol_database ol_meta Functions ol_open ol_close ol_close_save ol_unjar ol_unjar_ks ol_jar ol_jar_ct ol_content_type ol_scoop ol_uptime ol_spoil ol_ht_bucket_max ¶ OlegDB is a concurrent, pretty fast K/V hash-table with an Erlang frontend. It uses the Murmur3 hashing algorithm to hash and index keys. We chose Erlang for the server because it's functional, uses the actor model and the pattern matching is ridiculous. ¶ Installing OlegDB is pretty simple, you only need a POSIX compliant system, make, gcc/clang (thats all we've tested) and Erlang. You'll also need the source code for Oleg. Once you h...

Linked on 2014-03-09 00:58:13 | Similar Links