Badrish Chandramouli
Badrish Chandramouli
Multicast would be the best fit when you have a source that you would like to use to feed to a fixed number (known a priori) of receiver sub-queries. The...
As mentioned in https://github.com/microsoft/CRA/issues/12, @ibrahimsabek has been working on a prototype port of Quill using CRA and Trill. We hope to put a rough version out there in the coming...
+1 - please sign your assemblies available via NuGet. The project is hard to use without a strong name.
Even though `GetAllLocksets` is unused, it is a very useful tool/method used to debug issues with locking. Is there a good reason to get rid of it? If not, it...
Yes, this is a known limitation of the current code which was optimized for performance. We are looking into adding back some of the checks in Release mode.
Which specific blocking list APIs do you need to implement a job system? We can prioritize accordingly, this isn't very hard to add - we just didn't receive a use...
For Sidekiq to work correctly - if you can provide us a list of missing APIs that will be quite useful.
Very cool!!
Instead of editing docker-compose.yml, we should add this documentation here: https://microsoft.github.io/garnet/docs/welcome/releases Can do this by a PR to this file: https://github.com/microsoft/garnet/blob/main/website/docs/welcome/releases.md
Comparing systems requires all servers to expose the same API so that a common client benchmark can run against all of them. Pointing the client benchmark to a single IP...