]> mj.ucw.cz Git - libucw.git/commit
- added str_hash.[ch] for fast evaluation of str_len() and str_hash()
authorRobert Spalek <robert@ucw.cz>
Sat, 25 May 2002 13:59:34 +0000 (13:59 +0000)
committerRobert Spalek <robert@ucw.cz>
Sat, 25 May 2002 13:59:34 +0000 (13:59 +0000)
commit045b70ff20b5428965687e0fb16de5c3fea21a55
treef7bb67aa7152e02e11e1db6b7043a14d2311e668
parentb19bb73905fd05a9388dbce5c44506412c4428ed
- added str_hash.[ch] for fast evaluation of str_len() and str_hash()
- added a tester/benchmark str-test.c, it is not compiled by default
lib/Makefile
lib/str-test.c [new file with mode: 0644]
lib/str_hash.c [new file with mode: 0644]
lib/str_hash.h [new file with mode: 0644]