[Bug 2545] performance on std::map

bugzilla at busybox.net bugzilla at busybox.net
Sat Jun 4 16:02:52 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=2545

--- Comment #8 from Oliver Metz <oliver.metz at gmx.de>  ---
With a 180 KB text file the results are more clear:
root at fritz:/var/mod/root# time ./map_test.libstdcxx < data
You typed 'spoon' 5 time(s)

real    0m0.924s
user    0m0.880s
sys     0m0.040s
root at fritz:/var/mod/root# time ./map_test.uClibcxx < data
You typed 'spoon' 5 time(s)

real    14m19.181s
user    9m28.790s
sys     4m43.530s

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list