summaryrefslogtreecommitdiff
path: root/upb_table.h
AgeCommit message (Collapse)Author
2009-06-28Fixed test_table and a few bugs in upb_table.Joshua Haberman
2009-06-28More work on upb_context.Joshua Haberman
2009-06-24Implemented a bit more of upb_context.Joshua Haberman
2009-06-22Finished hashtable implementation, not yet tested.Joshua Haberman
2009-06-21More work on inttable/strtable (not finished).Joshua Haberman
2009-06-20Added MurmurHash for string hashing (not used yet).Joshua Haberman
2009-06-15Implement inlining that works with both C99 and all versions of GCC.Joshua Haberman
2009-06-15Added TODO about experimenting with Cuckoo Hashing.Joshua Haberman
2009-06-14More work on the table implementation.Joshua Haberman
It currently beats std::map and std::hash_map by >10x.
2009-06-03A bunch more work, a fast table for field lookup.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback