Files
perfdb/pdb-api/src/main/java/org/lucares/pdb/api
Andreas Huber 0487c30582 use List instead of TreeMap for intToString mapping
UniqueStringIntegerPairs stores mappings of integers
0-n to strings and vice versa. Mapping integers to
strings does not need a TreeMap, it can be done with
a List.
Makes insertions 3 times (when using the in-memory
variant that does not write to disk) and 7 times faster
for int to string mapping.
2018-12-22 10:07:19 +01:00
..
2016-12-21 17:48:36 +01:00
2018-03-19 19:21:57 +01:00
2016-12-21 17:48:36 +01:00
2018-03-27 19:30:18 +02:00