Skip to content

Arniiiii/simdjson_use_release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simdjson_use_release

It's a project that ensures that you use release version of simdjson.h and simdjson.cpp .

How to use

  1. Add the project via CPM or add_subdirectory or whatever and set in options simdjson_VERSION to something like 3.10.1
CPMAddPackage(
  NAME simdjson
  VERSION ${simdjson_VERSION}
  GIT_TAG main
  GIT_REPOSITORY https://github.com/Arniiiii/simdjson_use_release.git
  OPTIONS ${simdjson_VERSION}
)
  1. Link the simdjson to your project.
  2. Include simdjson.h in your header files.

License

If it's code related only to this repo: Unlicense

If it's simdjson's code: license that simdjson uses

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages