Changeset [b8f58d8f51f868819e4b1a667c538f4819135c0b] by Ville Tuulos
July 15th, 2010 @ 09:47 PM
discodb: (huge patch!) discodb construction rewritten (querying
hasn't changed), now supports value compression and unsorted
key-value pairs as input
http://github.com/tuulos/disco/commit/b8f58d8f51f868819e4b1a667c538...
Committed by Ville Tuulos
- A contrib/discodb/src/ddb_cmph.c
- A contrib/discodb/src/ddb_cmph.h
- A contrib/discodb/src/ddb_delta.c
- A contrib/discodb/src/ddb_delta.h
- A contrib/discodb/src/ddb_huffman.c
- A contrib/discodb/src/ddb_huffman.h
- A contrib/discodb/src/ddb_membuffer.c
- A contrib/discodb/src/ddb_membuffer.h
- A contrib/discodb/src/ddb_queue.c
- A contrib/discodb/src/ddb_queue.h
- R contrib/discodb/src/ddb_valuemap.c
- M contrib/discodb/src/ddb.c
- M contrib/discodb/src/ddb_cnf.c
- M contrib/discodb/src/ddb_cons.c
- M contrib/discodb/src/ddb_hash.h
- M contrib/discodb/src/ddb_internal.h
- M contrib/discodb/src/ddb_list.c
- M contrib/discodb/src/ddb_list.h
- M contrib/discodb/src/ddb_map.c
- M contrib/discodb/src/ddb_map.h
- M contrib/discodb/src/discodb.h
- M contrib/discodb/util/compile
- M contrib/discodb/util/create_discodb.c
- M contrib/discodb/util/query_discodb.c
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers.