log

age author description
2010-12-05 Ryoma SHINYA implement range. but it's not perfect.
2010-12-04 Ryoma SHINYA modify codegen-indent.
2010-12-03 Ryoma SHINYA add cbc code.
2010-11-15 Ryoma SHINYA buf-fix: goto booster possibly, and improve code-gen routine (add some usefull functions -> demiti, iemit,,).
2010-11-15 Ryoma SHINYA add class trie. this can accept suffix-language.
2010-11-13 Ryoma SHINYA impliment goto-based grep. (icc's tailcall-optimization is suck!)
2010-11-13 Ryoma SHINYA add suffix-dfa, it's used to be parallel-matching-algorithm (not implement, yet).
2010-11-13 Ryoma SHINYA add suffix-dfa, it's used to be parallel-matching-algorithm (not implement, yet).
2010-11-11 Ryoma SHINYA modify table-lookup option.
2010-11-10 Ryoma SHINYA add table-lookup option.
2010-11-10 Ryoma SHINYA experimentation, use table-lookup at first state's transition.
2010-11-10 Ryoma SHINYA experimentation, use table-lookup at first state's transition.
2010-11-10 Ryoma SHINYA improve booster's routine.
2010-11-10 Ryoma SHINYA modify code gen, for no-warnings (gcc -Wall).
2010-11-08 Ryoma SHINYA modify filter emit-option's bug.
2010-11-07 Ryoma SHINYA add option "--filter=[bmh,quick,none]".
2010-11-07 Ryoma SHINYA improve filter.
2010-11-07 Ryoma SHINYA improvement quick-filtering.
2010-11-07 Ryoma SHINYA modify filtering algorithm, unloop string-compare!!
2010-11-07 Ryoma SHINYA modify filtering algorithm, from boyer-moore-horspool to quick-search.
2010-11-07 Ryoma SHINYA modify bm-filter's implimentation. table-lookup -> switch. it's more simple and beautiful.
2010-11-07 Ryoma SHINYA rename memrchr -> beg_get_line.
2010-11-07 Ryoma SHINYA bug-fix: modify booster's stop rule. EOF - > stop.
2010-11-07 Ryoma SHINYA add boost algorithm. but it's buggy, not work.
2010-11-07 Ryoma SHINYA add boost algorithm. but it's buggy, not work.
2010-11-06 Ryoma SHINYA improve codegen. remove needless code (when filter-only, no need to emit dfa-code).
2010-11-06 Ryoma SHINYA implement bm_filter on mmap. but it's slower than dfa. ?;-(
2010-11-05 Ryoma SHINYA remove paralle-code (that have to need more improvement.)
2010-11-05 Ryoma SHINYA remove paralle-code (that have to need more improvement.)
2010-11-05 Ryoma SHINYA add (maybe :-p) non_blocking_print_line. it's used pthread.