lp://staging/miniini
- Get this branch:
- bzr branch lp://staging/miniini
Branch merges
Branch information
Recent revisions
- 96. By Ferdinand Majerech
-
Refactored code of most methods and functions to improve readability. Fixed a few documentation errors and added an empty tag to test.ini to improve the garbage test series.
- 95. By Ferdinand Majerech
-
Decreased size of INISection, Block on 64bit platforms by using fixed-size 32bit members. Number of blocks allocated by Allocator now depends on file size, minimizing overhead. Fixed a bug in benchmark.cpp introduced in the last commit.
- 94. By Ferdinand Majerech
-
Added detailed memory benchmarking measurements used with flag MINIINI_
BENCH_EXTRA. Increased default allocator block count to from 16 to 32. Version-compare.py now uses make to compile compared versions, and has a new option, --no-stl, to disable STL benchmarks. Logging buffer size was decreased from 1024 to 768 bytes. INISection and allocator block classes are now smaller to save memory - using 32bit ints instead of fastest ints available on platform. This does not change peak memory usage much, but decreases INIFile data structure overhead measurably. Names of time extra benchmarking measurements used with MINIINI_BENCH_EXTRA were changed to improve consistency. Small bug fixed in the article about MiniINI data storage and in testutil- compare. py. Added a help() function to commit.py to print usage information. - 93. By Ferdinand Majerech
-
Added a new tool, printini, that can print contents of an INI file, highlight unexpected characters that might indicate parsing errors, and output statistics about the file. Also fixed a bug that caused incorrect STL benchmarking through test.py and made a few small fixes
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)