c9s
|
e27740688a
|
Add a basic pthread mutex queue
|
2014-05-24 10:17:54 +08:00 |
|
c9s
|
5d4b0dc3c9
|
Add basic worker and its tests
|
2014-05-24 00:05:50 +08:00 |
|
c9s
|
e877dc7f0d
|
Add workers.c to Makefile.am
|
2014-05-24 00:00:49 +08:00 |
|
c9s
|
0f5ebed73c
|
Merge branch 'master' into feature/stats
|
2014-05-23 23:39:58 +08:00 |
|
c9s
|
8c7a148014
|
Update changelog
|
2014-05-23 23:30:58 +08:00 |
|
c9s
|
0b499c9158
|
append new records
|
2014-05-23 23:28:50 +08:00 |
|
c9s
|
76e4b15787
|
Merge branch 'master' into feature/stats
Conflicts:
bench.html
bench_str.csv
config.h
config.h.in
include/r3.h
src/node.c
|
2014-05-23 23:27:10 +08:00 |
|
c9s
|
186531c5b4
|
partially
|
2014-05-23 23:20:32 +08:00 |
|
c9s
|
08bad93d56
|
update doc
|
2014-05-23 23:17:58 +08:00 |
|
c9s
|
fd0a4f9b02
|
document about optimization and slug
|
2014-05-23 23:15:32 +08:00 |
|
c9s
|
591b6cd4c1
|
when matching pcre do not switch check rc
|
2014-05-23 23:00:49 +08:00 |
|
c9s
|
628f09a8f4
|
Add OP_EXPECT_MORE_ALPHA opcode
|
2014-05-23 22:58:20 +08:00 |
|
c9s
|
5f75677369
|
do not check benchmark program
|
2014-05-23 22:50:55 +08:00 |
|
c9s
|
25e107484e
|
Add function prefix description
|
2014-05-23 22:46:35 +08:00 |
|
c9s
|
6881c47ee6
|
update legend title
|
2014-05-23 22:40:12 +08:00 |
|
c9s
|
9a1f7cfced
|
update benchmark records
|
2014-05-23 17:36:47 +08:00 |
|
c9s
|
d02e16a65c
|
improve stack allocation
|
2014-05-23 16:18:58 +08:00 |
|
c9s
|
b394be57cb
|
support simple opcode
|
2014-05-23 16:18:58 +08:00 |
|
c9s
|
333fabd795
|
insert path for opcode
|
2014-05-23 16:18:58 +08:00 |
|
c9s
|
dcc57845aa
|
update benchmark result
|
2014-05-23 16:18:58 +08:00 |
|
c9s
|
fe70b55253
|
Add node type for comparison
|
2014-05-23 16:18:57 +08:00 |
|
c9s
|
403b1d9ba2
|
Add opcode to edge
|
2014-05-23 16:18:57 +08:00 |
|
c9s
|
7d16413cb3
|
more benchmark result
|
2014-05-23 16:18:57 +08:00 |
|
c9s
|
52fd5979c0
|
move ov to stack variable
|
2014-05-23 16:18:57 +08:00 |
|
c9s
|
d6a0d9ba96
|
more benchmark result
|
2014-05-23 16:18:57 +08:00 |
|
c9s
|
21f7b2df92
|
delete old bench_str.csv
|
2014-05-23 16:18:57 +08:00 |
|
c9s
|
be899b7bcb
|
move bench_str.csv
|
2014-05-23 16:18:57 +08:00 |
|
c9s
|
93f4654c54
|
pass studied pattern
|
2014-05-23 16:18:57 +08:00 |
|
c9s
|
ad6b7b236f
|
combined_pattern_len is not used
|
2014-05-23 16:18:57 +08:00 |
|
c9s
|
3f4fcb8c27
|
remove duplicate header include
|
2014-05-23 16:18:56 +08:00 |
|
c9s
|
c1e5ea4393
|
Add OP_EXPECT_NODASH opcode
|
2014-05-23 16:18:56 +08:00 |
|
c9s
|
4d93d217a4
|
test r3_pattern_to_opcode
|
2014-05-23 16:18:56 +08:00 |
|
c9s
|
a41c9187ac
|
Add some basic opcode
|
2014-05-23 16:18:56 +08:00 |
|
c9s
|
59e6997959
|
there is already a pointer guard in zmalloc
|
2014-05-23 16:18:56 +08:00 |
|
c9s
|
c841de166c
|
free old pattern
|
2014-05-23 16:18:56 +08:00 |
|
Pedro
|
55d74bd133
|
Merge pull request #38 from czchen/feature/cleanup
Feature/cleanup
|
2014-05-22 11:31:55 -05:00 |
|
c9s
|
63bf604d9e
|
fix request method code
|
2014-05-23 00:21:40 +08:00 |
|
c9s
|
546fcb14af
|
let tooltip display flags
|
2014-05-22 23:14:46 +08:00 |
|
ChangZhuo Chen (陳昌倬)
|
fb88655df0
|
Remove CMake related files
|
2014-05-22 22:53:49 +08:00 |
|
ChangZhuo Chen (陳昌倬)
|
b807152490
|
Remove auto generated test-driver
|
2014-05-22 22:44:06 +08:00 |
|
ChangZhuo Chen (陳昌倬)
|
cacfb32d49
|
Remove auto generated install-sh
|
2014-05-22 22:43:55 +08:00 |
|
ChangZhuo Chen (陳昌倬)
|
783c755a8a
|
Remove auto generated config.h & config.h.in
|
2014-05-22 22:41:47 +08:00 |
|
c9s
|
faaaeb5f90
|
Merge branch 'master' into feature/stats
Conflicts:
config.h
tests/bench.c
tests/bench.h
tests/bench_str.csv
tests/check_tree.c
|
2014-05-22 22:31:48 +08:00 |
|
c9s
|
62bb4e5460
|
remove unnecessary pointer check
|
2014-05-22 22:26:46 +08:00 |
|
c9s
|
fe5c2381b5
|
remove point checking in str_array_free
|
2014-05-22 22:23:47 +08:00 |
|
c9s
|
288cdc91dd
|
R3_LIST_H
|
2014-05-22 22:22:03 +08:00 |
|
c9s
|
5a10c82ea5
|
R3_NODE_H as the include guard
|
2014-05-22 22:21:29 +08:00 |
|
c9s
|
15facc82cc
|
Merge branch 'feature/asan' of https://github.com/czchen/r3 into czchen-feature/asan
Conflicts:
.travis.yml
|
2014-05-22 22:07:52 +08:00 |
|
ChangZhuo Chen (陳昌倬)
|
fef3361ed2
|
Set test timeout to 30
|
2014-05-22 22:06:11 +08:00 |
|
c9s
|
5d82ae0f82
|
Fix benchmark rendering
|
2014-05-22 21:57:33 +08:00 |
|