Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-08-17 | stuff | comex | 5 | -3/+87 | |
2015-08-07 | formatting | comex | 2 | -93/+94 | |
2015-08-07 | add VEC_STORAGE_INIT_STATIC to match the HTAB one | comex | 1 | -0/+5 | |
2015-08-07 | fix vec.h bug | comex | 1 | -2/+2 | |
2015-07-17 | formatting | comex | 1 | -1/+1 | |
2015-07-12 | don't be n^2 for removal, lol. i should probably switch to rust's robin ↵ | comex | 1 | -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-12 | fix my hash table algorithm - argh | comex | 1 | -14/+35 | |
2015-07-12 | redo crash reporting - untested (but it compiles) | comex | 1 | -21/+33 | |
2015-03-01 | A number of critical fixes painstakingly discovered in the slowest way possible. | comex | 2 | -3/+7 | |
2015-03-01 | make jump-dis use a vec as a stack, rather than a hacky queue | comex | 1 | -0/+9 | |
2015-03-01 | add vec | comex | 4 | -9/+156 | |
2015-01-30 | remove GNU-isms from cbit | comex | 1 | -11/+30 | |
2015-01-29 | get rid of the unnecessary CoreFoundation dependency | comex | 1 | -5/+14 | |
2015-01-29 | port some old code | comex | 2 | -0/+299 | |