Mercurial > hg > Members > shinya > pyrect
graph
-
rename memrchr -> beg_get_line.Sun, 07 Nov 2010 14:28:39 +0900, by Ryoma SHINYA
-
bug-fix: modify booster's stop rule. EOF - > stop.Sun, 07 Nov 2010 13:45:20 +0900, by Ryoma SHINYA
-
add boost algorithm. but it's buggy, not work.Sun, 07 Nov 2010 09:32:46 +0900, by Ryoma SHINYA
-
add boost algorithm. but it's buggy, not work.Sun, 07 Nov 2010 09:32:25 +0900, by Ryoma SHINYA
-
improve codegen. remove needless code (when filter-only, no need to emit dfa-code).Sun, 07 Nov 2010 03:10:43 +0900, by Ryoma SHINYA
-
implement bm_filter on mmap. but it's slower than dfa. ?;-(Sun, 07 Nov 2010 01:48:19 +0900, by Ryoma SHINYA
-
remove paralle-code (that have to need more improvement.)Sat, 06 Nov 2010 00:55:01 +0900, by Ryoma SHINYA
-
remove paralle-code (that have to need more improvement.)Sat, 06 Nov 2010 00:51:26 +0900, by Ryoma SHINYA
-
add (maybe :-p) non_blocking_print_line. it's used pthread.Sat, 06 Nov 2010 00:46:09 +0900, by Ryoma SHINYA
-
modify I/O routine. use mmap. it's really faster than fgets ;-)Fri, 05 Nov 2010 01:39:42 +0900, by Ryoma SHINYA
-
modify I/O routine. use mmap. it's really faster than fgets ;-)Fri, 05 Nov 2010 01:37:35 +0900, by Ryoma SHINYA
-
modify I/O routine. use mmap. it's really faster than fgets ;-)Fri, 05 Nov 2010 01:34:14 +0900, by Ryoma SHINYA
-
Added tag fgest stable for changeset fd3d0b8326feThu, 04 Nov 2010 22:04:34 +0900, by Ryoma SHINYA
-
implement regexp-syntax any-char ('.'). fgest stableThu, 04 Nov 2010 17:06:44 +0900, by Ryoma SHINYA
-
modify ternary operator (ex: return s1 if ~~ else s2). for python2.4 ;-(Mon, 01 Nov 2010 14:50:52 +0900, by Ryoma SHINYA
-
add fixed-string filter(Boyer-Moore), and add option '--disable-filter'.Mon, 01 Nov 2010 14:41:03 +0900, by Ryoma SHINYA
-
add parallel I/O grep (per line) with pthread. but it's very slow. really slow..Wed, 27 Oct 2010 20:46:41 +0900, by Ryoma SHINYA
-
ddd analyzer. analyzer can analyzing to regexp max-length.Tue, 26 Oct 2010 16:37:43 +0900, by Ryoma SHINYA
-
bug fix: modify anchor(begin of line - '^') emit rule.Wed, 25 Aug 2010 22:22:54 +0900, by Ryoma SHINYA
-
bug fix: modify escape character parsing rule.Wed, 25 Aug 2010 20:50:52 +0900, by Ryoma SHINYA
-
bug fix. remove unnecessarily files.Mon, 23 Aug 2010 20:00:04 +0900, by Ryoma SHINYA
-
dispose op MultiByte Character as concatnated SingleByte CharactersTue, 10 Aug 2010 15:56:23 +0900, by Ryoma SHINYA
-
jitgrep: set bufsize default 1M. and remove with statement.Mon, 09 Aug 2010 15:06:24 +0900, by Ryoma SHINYA
-
accept UTF-8 encoding. but some foundational bug in converting algorithm NFA. maybe, which is not too difficult.Mon, 09 Aug 2010 04:34:13 +0900, by Ryoma SHINYA
-
add file :-pSun, 08 Aug 2010 04:14:10 +0900, by Ryoma SHINYA
-
add input-rules, Range, CharacterClass, Anchor and MultiByte-Char(but not work)\nand more simplify NFA (is global improvement).Sun, 08 Aug 2010 04:13:14 +0900, by Ryoma SHINYA
-
move dot files.Fri, 06 Aug 2010 20:18:58 +0900, by Ryoma SHINYA
-
modify dot translator. add regex as title, and simplify graph.Fri, 06 Aug 2010 20:17:17 +0900, by Ryoma SHINYA
-
add txt files for grep benchmarkFri, 06 Aug 2010 03:21:50 +0900, by Ryoma SHINYA
-
replace converting-flow, module dfareg with module regexp. it's is substantial changing in implimentation.Tue, 03 Aug 2010 05:35:38 +0900, by Ryoma SHINYA