Skip to content

Commit

Permalink
Updates the HISTORY.
Browse files Browse the repository at this point in the history
  • Loading branch information
amadvance committed Dec 27, 2014
1 parent 37e36bf commit 0823405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ TommyDS HISTORY

2.0 2014/12
===========
* Reached 100% code coverage in the test.
* Fixed a failed Assertion bug in the trie_inplace container when inserting
* Fixed a Segmentation Fault bug in the trie_inplace container when inserting
duplicate elements.
* Faster array and hashlin implementation when accessing elements.
* Added new hashtable functions to iterate over all the elements.
* Added a new tommy_calloc() function used for allocating initialized memory.
If you redefined tommy_malloc(), likely you have to redefine also tommy_calloc().
* Reached 100% code coverage in the regression test.
* Different source code organization.
* Added benchmark comparison with Binary Search Tesseract by Gregorius van
den Hoven.
Expand Down

0 comments on commit 0823405

Please sign in to comment.