Hi all. The TSFile C++ version has now been merged into the repository. You can find the corresponding code on the develop branch. Under the C++ directory, it includes all the code of the TSFile C++ project, including the source code of TSFile, some examples, and a simple benchmark. By reading the README, you can understand the development dependencies and how to compile. In Maven, I have organized the entire project's compilation work with bash, and the pom.xml configuration for C++ will only contain compilation and testing, which is less burdensome for C++ developers. Developers only need to run mvn for a complete and test before submitting the code. The README includes a feature list and a bug list, and everyone is welcome to participate in related work such as feature supplementation and optimization.
Best regards, Colin Lee.
