-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.txt
More file actions
27 lines (19 loc) · 744 Bytes
/
changelog.txt
File metadata and controls
27 lines (19 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ChangeLog - ListMap
---------------
Version 1.2
- Changed the (Sub)Map Iterator to be more index based for performance inducement.
- Fixed Iterator index missmatch with the remove operator.
- Fixed null Key/Value entries crash.
Version 1.1
- Optimized some loops
- Implemented weakRefferences for the SubMaps.
- Fixed SubMap update issue.
- Fixed SubMap #size() mismatch
- Expanded some documentation.
Version 1.0
- Reduced the use of memory by more than half by reducing from 3 lists to a single list of entries.
- Fixed SubMap entry size update.
- Fixed Iterator initialization fail.(fixed startIndex offset)
- Fixed SubMap method loops (fixed wrong key index initialization)
Version 1.0b
- Created first unofficial version of ListMap