microsoft / FASTER

Fast persistent recoverable log and key-value store + cache, in C# and C++.
https://aka.ms/FASTER
MIT License
6.29k stars 563 forks source link

A question about the c++ version. #913

Open wqshr12345 opened 4 months ago

wqshr12345 commented 4 months ago

Hello, I'm new to this project. I noticed that there are implementations of this project in both C++ and C#. Are these two versions functionally identical? Does C# have more features or better performance optimizations than C++? Thank you.