aboutsummaryrefslogtreecommitdiff
path: root/lib/cbit (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-08-17stuffcomex5-3/+87
2015-08-07formattingcomex2-93/+94
2015-08-07add VEC_STORAGE_INIT_STATIC to match the HTAB onecomex1-0/+5
2015-08-07fix vec.h bugcomex1-2/+2
2015-07-17formattingcomex1-1/+1
2015-07-12don't be n^2 for removal, lol. i should probably switch to rust's robin ↵comex1-21/+12
hood hashing - it isn't that much code and supposedly performs much better when the table gets full. *however*, it requires checking the hash of every entry in the chain during insert, which basically means storing it, which means more memory usage ... but by allowing fuller tables it could decrease memory usage. but if you have a big table anyway to avoid copying, you don't want *extra*... and storing the hash twice in the simple case is so dumb feeling. dunno.
2015-07-12fix my hash table algorithm - arghcomex1-14/+35
2015-07-12redo crash reporting - untested (but it compiles)comex1-21/+33
2015-03-01A number of critical fixes painstakingly discovered in the slowest way possible.comex2-3/+7
2015-03-01make jump-dis use a vec as a stack, rather than a hacky queuecomex1-0/+9
2015-03-01add veccomex4-9/+156
2015-01-30remove GNU-isms from cbitcomex1-11/+30
2015-01-29get rid of the unnecessary CoreFoundation dependencycomex1-5/+14
2015-01-29port some old codecomex2-0/+299