recording a more or less functional implementat...
sync up with another devel head
initial scanf implementation
ascii: added string<>= functions, fixed #32
basic framework for scanf with proc-parse
ascii: bad chars substitution in ub-to-string, ...
all: optimization switch at compile time, resol...
buggy directives handling prototype
added info to the readme about ascii-strings
ascii: improved line reader, explicitly fail no...
changed links, added cl-test-grid link
minor docs update for the ascii-strings package
updated version information
merged-in devel
split line reader into logical parts, resolving...
Added tag rel-03sep2015 for changeset 08df63e1de15
added a new line reading function to ascii-stri...
merged in default
testing character encoding/decoding, resolving #30
ascii: make it possible to get file position
tests cleanup, test-pre now uses lisp-unit
pre tests are generated via macro, has bugs
doc updates for aho-corasick
all tests are now a part of the test package, P...
some wording
another attempt to add type decls to AC
search-tabac gives 0 compiler warnings in SBCL
declaring variable types for search-tabac
added utils, ascii strings also check-type inst...
updating version information
merged in latest devel
Added tag rel-30jul2015 for changeset 46d93ef39452
sync with default
profile TABAC, dump Lisp version/implementation...
added Quickdocs badge
refactored type guards, closing #19 for now
all implementations check-type of the given dat...
improving benchmark: print total time, skip SOR #1
added tabular implementation of AC. closing #22
stricter type safeguards via check-type in BMH #19
type safeguards via check-type #19
brute-force now has type safeguards #19
#10: Shift-OR impl is virtually complete, bench...
don't concatenate output in the AC implementation
added Shift-OR to the RND benchmark, closing #10
avoid compilation warnings in ABCL/ECL, ctypeca...
added DFO and BFO trie traversal, DOT dump, clo...
merged in Shift-OR impl, that is part of #10
got rid of items in the TODO section, converted...
probably singed version will work
added parts of the Shift-OR implementation
minor fix
BM now implements real BM algorithm. Started CW...
fail transitions in the Aho-Corasick implementa...
fixed several patterns in pre tests
Added tag rel-17jun2013 for changeset 96c52eed0ffb
merged to the latest devel
some updates to the README file
initial version of the Portable RE test suite
added regex to benchmark-re
merged from default
added simple regular expressions engine "re" by...
RK passes all tests, lacks optimizations; BMH a...
Added tag rel-09jun2015 for changeset e12cc0883416
added count-matches benchmark, updated README
merged in from default
merged in devel
Resources and Literature
Resources and Literature
Resources and Literature
tagged rel-04jun2015
we are supported by Quicklisp now
renaming README file
improved documentation, RK is still without any...
minor formatting in README
minor changes
reduced the number of failed tests to 1: in STR...
merged in development version
updating devel to the latest default
minor clarification to the doc
Added tag rel-03jun2015 for changeset ca13021e868e
Resources and Literature
Home
Resources and Literature
added info about the mirror
merging patch sent by vseloved: a minor fix in ...
benchmarking and run-time issues on ClozureCL
Rabin-Karp fails one of the smoke tests in changeset 67.
Resources and Literature