Skip to content

Chaoses-Ib/IbEverythingLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IbEverythingLib

A C++17 library for Everything.

Features

  • Higher performance. Compared with the official SDK, it reduces the query time by about 30%.
  • Better asynchronous. Its sending blocking time is only 40% of the SDK. And it is based on std::future, which gives you more features about asynchronous.
  • Support named instances.

Building

CMake:

mkdir build
cd build
cmake ..
cmake --build . --config Release

For the test:

vcpkg install boost-test fmt

And add -DBUILD_TESTING=ON when calling cmake .. .

About

A C++17 library for voidtool's Everything.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published