~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
..
doc 1 14 years ago Ferdinand Majerech Initial import Diff
example 1 14 years ago Ferdinand Majerech Initial import Diff
miniini 1 14 years ago Ferdinand Majerech Initial import Diff
test 1 14 years ago Ferdinand Majerech Initial import Diff
.bzrignore 93 13 years ago Ferdinand Majerech Added a new tool, printini, that can print content 198 bytes Diff Download File
.valgrindrc 1 14 years ago Ferdinand Majerech Initial import 386 bytes Diff Download File
File .vimrc 76 13 years ago Ferdinand Majerech Fixed few bugs in testutil.py rewritten in the pre 3.3 KB Diff Download File
CHANGES.txt 91 13 years ago Ferdinand Majerech Done last changes before the 0.9 release 8.8 KB Diff Download File
code-stats.txt 94 13 years ago Ferdinand Majerech Added detailed memory benchmarking measurements us 17.9 KB Diff Download File
File commit.py 94 13 years ago Ferdinand Majerech Added detailed memory benchmarking measurements us 2.5 KB Diff Download File
Doxyfile 91 13 years ago Ferdinand Majerech Done last changes before the 0.9 release 63.9 KB Diff Download File
doxyfooter.html 91 13 years ago Ferdinand Majerech Done last changes before the 0.9 release 351 bytes Diff Download File
doxyheader.html 19 14 years ago Ferdinand Majerech Customized Doxygen header, footer and css 886 bytes Diff Download File
doxystyle.css 19 14 years ago Ferdinand Majerech Customized Doxygen header, footer and css 7.4 KB Diff Download File
File gendocs.sh 62 13 years ago Ferdinand Majerech Wrote an article on internal storage of INI data a 386 bytes Diff Download File
LICENSE.txt 1 14 years ago Ferdinand Majerech Initial import 1 KB Diff Download File
logo24.png 19 14 years ago Ferdinand Majerech Customized Doxygen header, footer and css 338 bytes Diff Download File
makefile 93 13 years ago Ferdinand Majerech Added a new tool, printini, that can print content 3.4 KB Diff Download File
miniini.h 72 13 years ago Ferdinand Majerech Fixed a bug introduced in the previous revision wi 517 bytes Diff Download File
README.html 91 13 years ago Ferdinand Majerech Done last changes before the 0.9 release 10 KB Diff Download File
README.txt 92 13 years ago Ferdinand Majerech Some last fixes 8.9 KB Diff Download File
File test.py 93 13 years ago Ferdinand Majerech Added a new tool, printini, that can print content 19.3 KB Diff Download File
File tester.py 93 13 years ago Ferdinand Majerech Added a new tool, printini, that can print content 1.6 KB Diff Download File
File testgen.py 94 13 years ago Ferdinand Majerech Added detailed memory benchmarking measurements us 6.9 KB Diff Download File
File testutil-compare-merge.py 80 13 years ago Ferdinand Majerech Fixed a bug with the -k/--keep option of test.py i 5.6 KB Diff Download File
File testutil-compare.py 94 13 years ago Ferdinand Majerech Added detailed memory benchmarking measurements us 9.9 KB Diff Download File
File testutil.py 81 13 years ago Ferdinand Majerech Fixed a few bugs introduced in recent revisions, r 18.2 KB Diff Download File
TODO.txt 94 13 years ago Ferdinand Majerech Added detailed memory benchmarking measurements us 11.2 KB Diff Download File
File version-compare.py 94 13 years ago Ferdinand Majerech Added detailed memory benchmarking measurements us 6.4 KB Diff Download File