~kiithsacmp/miniini/trunk

  • Committer: Ferdinand Majerech
  • Date: 2010-07-12 15:06:46 UTC
  • Revision ID: kiithsacmp@gmail.com-20100712150646-gp61bwuf2mdftr5m
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.
Filename Latest Rev Last Changed Committer Comment Size
..
articles 62 13 years ago Ferdinand Majerech Wrote an article on internal storage of INI data a Diff
html 1 14 years ago Ferdinand Majerech Initial import Diff
images 45 14 years ago Ferdinand Majerech Wrote a set of tutorials for MiniINI Diff
tutorials 45 14 years ago Ferdinand Majerech Wrote a set of tutorials for MiniINI Diff
docstyle.css 86 13 years ago Ferdinand Majerech Rewrote tutorials to make them more readable 2.4 KB Diff Download File
index.html 93 13 years ago Ferdinand Majerech Added a new tool, printini, that can print content 1.3 KB Diff Download File