The "Lib45" string search library provides routines that generate fast string searching code at run-time. The library is written in Assembly language for Intel 32bit CPUs.
Be the first to post a text review of lib45 String Search Library. Rate and review a project by clicking thumbs up or thumbs down in the right column.
VERSION 0.11 ------------- 1.Some minor bugs had been fixed in functions for case insensitive search. 2.Options '--help' and '--version'(-V) had been added for the 'gssp' utility
1.Some minor bugs had been fixed in functions for case insensitive search. 2.Options '--help' and '--version'(-V) had been added for the 'gssp' utility.
VERSION 0.10 ------------- 1.Case insensitive variants have been added for the following functions: -l45_make_searchfn_l (Searching for pattern and counting separating characters) -l45_make_searchfn (Searching an arbitrary buffer) -l45_make_searchfn_ln(Searching for pattern or separating character) 2.The 'gssp' utility now accepts '--ignore-case' or '-i' option. 3. A bug has been fixed in the 'l45_make_searchfn_l' function. Although the function managed to find the search pattern correctly, there might be errors when counting separating characters for the longer search strings.
------------- 1.Case insensitive variants have been added for the following functions: -l45_make_searchfn_l (Searching for pattern and counting separating characters) -l45_make_searchfn (Searching an arbitrary buffer) -l45_make_searchfn_ln(Searching for pattern or separating character) 2.The 'gssp' utility now accepts '--ignore-case' or '-i' option. 3. A bug has been fixed in the 'l45_make_searchfn_l' function. Although the function managed to find the search pattern correctly, there might be errors when counting separating characters for the longer search strings.
Thus is the 1st release
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?