links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Search Everyone: "hash table",
1 - 13 of 13   Watch otis
 
by otis 2009-06-25 14:56 keys · hash table · client · java · library · software · database
http://code.google.com/p/tokyotyrant-java/ - cached - mail it - history
Schemafree is a key/value store based on Mysql
by otis 2009-06-09 16:49 database · hash table · keys · values · mysql · store
http://code.google.com/p/schemafree/ - cached - mail it - history
by otis 2009-06-03 14:00 hash table · keys · database · performance · report · compare
http://anyall.org/blog/2009/04/performance-comparison-keyvalue-stores-for-language-model-counts/ - cached - mail it - history
by otis 2009-05-29 17:12 keys · values · storage · database · server · hash table · memcached · distributed filesystem
http://labs.gree.jp/Top/OpenSource/Flare-en.html - cached - mail it - history
by otis 2009-05-26 14:53 keys · values · storage · database · server · hash table · memcached
http://repcached.lab.klab.org/ - cached - mail it - history
nmdb is a network database (dbm-style) for controlled networks that can use different protocols to to communicate with its clients. It supports TIPC, TCP, UDP and SCTP. It consists of an in-memory cache that saves (key, value) pairs, and a persistent backend that stores the pairs on disk. Both work combined, but the use of the backend is optional, so you can use the server only for cache queries, pretty much like memcached.
by otis 2009-05-26 14:52 keys · values · storage · database · server · hash table
http://blitiri.com.ar/p/nmdb/ - cached - mail it - history
by otis 2009-05-26 12:44 keys · values · database · hash table · storage · review
http://www.metabrew.com/article/anti-rdbms-a-list-of-distributed-key-value-stores/ - cached - mail it - history
Distributed and persistent key-value database
by otis 2009-05-26 12:42 keys · values · database · hash table · server · api · distribute · storage
http://opensource.plurk.com/LightCloud/ - cached - mail it - history
Redis is a key-value database. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists and sets with atomic operations to push/pop elements.
by otis 2009-05-26 12:40 keys · values · database · hash table · server · api
http://code.google.com/p/redis/ - cached - mail it - history
Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet. Though the DBM has high performance, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo Cabinet. It is composed of the server process managing a database and its access library for client applications.
by otis 2009-05-26 12:37 keys · values · database · hash table · server · api
http://tokyocabinet.sourceforge.net/tyrantdoc/ - cached - mail it - history
Voldemort is a distributed key-value storage system
by otis 2009-01-25 23:59 distributed computing · hash table · keys · values
http://project-voldemort.com/ - cached - mail it - history
Memcachedb is a distributed storage system designed for persistence. We simply hacked from memcached and tugela. But neither of them. Memcachedb is not a cache solution, it is a persistent solution for high-frequency writing and reading. It conforms to memcache protocol(not completed, see below), so any memcached client can have connectivity with it. Memcachedb uses Berkeley DB as a storing backend, so lots of features including transaction and replication are supported.
by otis 2007-12-03 03:53 database · performance · distribute · hash table · keys · values · store · bdb
http://memcachedb.org/ - cached - mail it - history
1 - 13 of 13  
Related Tags
 
- exclude ~ optional + require
Add Dates