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
2018-11-25 07:49:04 +00:00
2018-11-20 19:13:59 +01:00
2018-11-20 19:13:59 +01:00
2017-04-16 09:07:28 +02:00
2018-12-07 14:06:59 +01:00
2018-12-07 14:06:59 +01:00
2018-12-07 14:06:59 +01:00
2016-12-04 10:41:37 +01:00
2016-12-04 10:41:37 +01:00
Description
No description provided
8.3 MiB
Languages
Java 79.4%
TypeScript 11.1%
HTML 4.5%
Python 2.8%
SCSS 1.1%
Other 0.9%