Switch string pool code to an insertion sort - provides a modest 25% improvement

to open speeds on typical files.
This commit is contained in:
Michael R Sweet
2024-01-27 20:58:50 -05:00
parent b117959725
commit 6c1db141a1
2 changed files with 82 additions and 15 deletions

View File

@@ -6,6 +6,7 @@ v1.2.1 (Month DD, YYYY)
-----------------------
- Updated number support to avoid locale issues (Issue #61)
- Optimized string pool code.
v1.2.0 (January 24, 2024)