summaryrefslogtreecommitdiff
path: root/src/ts.erl
Commit message (Expand)AuthorAgeFilesLines
* Can't use array:array() in R16.Linus Nordberg2014-10-281-5/+8
* Change names with 'List' to names with 'Array'.Linus Nordberg2014-10-281-14/+18
* Optimize ts by storing tree in array of arrays.Magnus Ahltorp2014-10-281-27/+24
* Rewrite ts to use a list of lists and change its API.Linus Nordberg2014-09-161-61/+70
* Add support for retrieving historical tree heads.Linus Nordberg2014-09-121-1/+8
* Add a few tests.Linus Nordberg2014-09-111-3/+8
* Another hashtree implementation, first cut.Linus Nordberg2014-09-111-23/+58
* Add size/1.Linus Nordberg2014-09-101-2/+5
* New hash tree implementation, using an ETS table for the hashes.Linus Nordberg2014-09-091-0/+34