216 Views
Now that I'm done with the low hanging fruits, I decided to shift the Redis implementation to use System.IO.Pipelines. That is a high performance I/O API that is meant specifically for servers that need to eek out all the performance out of the system.
0 comments