summaryrefslogtreecommitdiff
path: root/upb_table.c
AgeCommit message (Collapse)Author
2009-07-07Removed minimum table size, reduces memory footprint.Joshua Haberman
2009-07-06More documentation, tidying up, etc.Joshua Haberman
2009-07-06Fixed a lot of bugs, parser and compiler now work a little!Joshua Haberman
2009-07-02Bugfixes.Joshua Haberman
2009-07-02More tests and fixes.Joshua Haberman
2009-07-02More fixes, completions, still doesn't quite work.Joshua Haberman
2009-07-01More work to msg and parse. Getting close!Joshua Haberman
2009-06-28Fixed test_table and a few bugs in upb_table.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-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