summaryrefslogtreecommitdiff
path: root/src/ts.erl
Commit message (Expand)AuthorAgeFilesLines
* Resurrect changes in f06372d that got lost in the merge.Linus Nordberg2014-10-291-9/+9
* Merge remote-tracking branch 'refs/remotes/map/external-merge3' into merging-...Linus Nordberg2014-10-291-9/+9
|\
| * Optimize ts by storing tree in array of arrays.Magnus Ahltorp2014-10-271-27/+24
* | 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