0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 23 hours ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #62 from butlermatt/master More... over 10 years ago
Add changes from current version More... over 10 years ago
Another version roll More... over 10 years ago
Merge pull request #61 from butlermatt/master More... over 10 years ago
Version roll the package More... over 10 years ago
Merge pull request #60 from butlermatt/master More... over 10 years ago
Update more .gitignore for additional dart files More... over 10 years ago
Update dependencies. More... over 10 years ago
Update gitignore to ignore jetbrains ide More... over 10 years ago
Merge pull request #57 from patefacio/master More... about 11 years ago
added failing test case bracketed in hardcoded false that shows that subscribing to multiple channels fails More... about 11 years ago
Merge pull request #56 from ra1u/master More... about 11 years ago
add back removed logging More... about 11 years ago
performance improvement More... about 11 years ago
add benchmark code More... about 11 years ago
Merge pull request #55 from patefacio/master More... over 11 years ago
replies did not ever get cleaned up. Put them in a queue and remove as they fulfilled. More... over 11 years ago
cleaned up the publish example and added timing to it. Seems this is not the best case for benchmarking as it requires long running work to demonstrate the issue which is a different use case than benchmark handles. More... over 11 years ago
moved transformation code into redis_protocol_transformer.dart library added publish script to demonstrate the issue removed no longer used fields in _RedisConnection More... over 11 years ago
Moved handlers out of RedisConnection into RedisStreamTransformerHandler - allowing testing of the transforms without mocking. Fixed isInstanceOf expect statement in test ("should properly handle consecutive MultiBulkReplys in single packet") Removed data_consumers.dart as same functionality in the _RedisConnection implementation Added benchmark_harness to pubspec More... over 11 years ago
added check in bulk to only recurse of not done fixed call to _makeRedisConsumer to use the data, not the index removed debug prints More... over 11 years ago
more tests working More... over 11 years ago
trying to improve performance for case when blitz of requests flow out. Assume incoming data from socket to be handled is long - say several K after several of requests were pushed out. Observatory shows huge amounts of work in the lists in handleData, plus it is recursive. The approach taken was: for large list L use from front what is needed and return unused data. The issue is every response requires copy of entire data list unnecessarily. More... over 11 years ago
Merge pull request #53 from ra1u/master More... over 11 years ago
disable Nagle's algo. performance increase by factor More... over 11 years ago
Merge pull request #52 from mbirtwell/master More... over 11 years ago
Fix deserializing multiple MultiBulkReplies in a single packet. More... over 11 years ago
Bumped version since the dependencies changed. More... almost 12 years ago
Added drone.io badge. More... almost 12 years ago
Merge pull request #49 from enyo/master More... almost 12 years ago