about summary refs log tree commit diff stats
path: root/077hash.mu
Commit message (Collapse)AuthorAgeFilesLines
* 2662 - rewrite 'hash' in C++Kartik K. Agaram2016-02-151-28/+0
| | | | | | | | | Since it needs specialized non-overflowing types like unsigned long long, my plan is to eventually write it in straight machine code using Mu primitives to make that a slightly nicer process. Hopefully we'll need to deal with machine types only for a tiny set of crucial primitives and it won't be too painful to drop down to machine code for them.
* 2629 - starting work on hash tablesKartik K. Agaram2016-02-061-0/+28