Tiago Peczenyj
Tiago Peczenyj
we should remove the MooseX::Events from the core.
we should 1 add the core into MooseX 2 move MooseX::Types to a separated project / gem
Hello currently the component output cassandra handle a batch of messages using a `unlogged batch`. However, this may not be efficient, as I can read from our cassandra logs: >...
Hello Few days ago I find this tweet about fasthttp and go-fiber: https://twitter.com/davidnix_/status/1720454052973044188?s=48 I try to contact davidnix_ to find more information about this, since I use fasthttp on my...
Hello Few days ago I find this tweet about fasthttp and go-fiber: https://twitter.com/davidnix_/status/1720454052973044188?s=48 I try to reproduce this issue without success. Based on the screenshots, I think I find the...
Hello When I was looking into [go-redis/cache](https://github.com/go-redis/cache) I discover the package [go-tinylru](https://github.com/vmihailenco/go-tinylfu) and there is an interesting [benchmark](https://github.com/vmihailenco/go-cache-benchmark) > Least Frequently Used (LFU) is a caching algorithm in which the...
Hello Here I am adding new options to cassandra input and output first, we differentiate query **timeout** from **connect timeout** then I add the option to use token aware host...
Hello newer versions of redis stack server now have the probabilistic module enabled and we can use cuckoo and bloom filters I start this development. to avoid repeating code I...
I add support to two probabilistic filters (bloom and cuckoo) that can be used as cache on dedupe processor optionally, such caches can dump and restore the state from filesystem....