Commit Graph

20 Commits

Author SHA1 Message Date
Derek Collison
36e329a161 cache padding for better performance, addresses #86 2015-12-03 10:01:12 -08:00
Derek Collison
7b80d2e011 Removed setBytes and fixed printout padding 2015-10-19 15:10:51 +02:00
Oleg Shaldybin
c226f74984 Fix off-by-one in matchLiteral
Could be the reason why messages would sometimes get delivered to the
wrong subscription, as matching would not differentiatie between
'foo.bar' and 'foo.bars'.
2015-08-21 17:10:24 -07:00
Derek Collison
bef1b7f77b Update copyright 2015-06-23 11:10:50 -07:00
Derek Collison
96bab33075 fixed import paths 2015-06-19 12:08:11 -07:00
Máximo Cuadros Ortiz
9afb590cf9 improved connz with subscriptions stats and list of subscriptions by client 2014-10-04 22:38:59 +02:00
Derek Collison
5a64b25384 Added in three and four token match benchmarks 2014-04-04 23:47:19 +02:00
Derek Collison
c36036541b Fix for MatchLiteral bug, report #18 2014-01-07 18:35:18 -08:00
Derek Collison
74ccae079e pkg comments 2013-10-24 10:46:54 -07:00
Derek Collison
d322939b17 gofmt 2013-08-19 12:16:30 -07:00
Derek Collison
96bdfbe2a8 Made Remove return proper error 2013-08-14 05:20:42 -04:00
Derek Collison
9fcb264534 Don't panic on zero-length token from misformed subject 2013-08-14 05:20:42 -04:00
Derek Collison
cf0f30200f log file support, data race fixes 2013-08-02 16:52:54 -07:00
Derek Collison
94a7d5586e comments cleanup 2013-06-09 14:00:51 -07:00
Derek Collison
42944e830a Added result snapshot test 2013-06-09 13:59:10 -07:00
Derek Collison
f7135e625f Added test function for valid literals 2012-11-29 18:02:55 -08:00
Derek Collison
1928a2792a Added check for invalid subjects to Insert 2012-11-29 17:21:21 -08:00
Derek Collison
e3ef2fea29 Make sure to copy cache keys 2012-11-13 19:09:28 -08:00
Derek Collison
3ec8cc484e Make sublist its own package 2012-11-12 14:27:08 -08:00
Derek Collison
ee897be8f6 Pushed sublist into subdir 2012-11-08 07:42:10 -08:00