Integration of simdjson

This commit is contained in:
Pcornat 2021-01-24 21:05:11 +01:00
parent 33b64bb242
commit 497dbd2e26
No known key found for this signature in database
GPG Key ID: 873C3ACCF970C74E
4 changed files with 52984 additions and 0 deletions

View File

@ -57,6 +57,8 @@ set(FILES
include/information.hpp
src/cache_files.cpp
include/cache_files.hpp
src/simdjson.cpp
include/simdjson.h
)
add_executable(GeminiServer ${FILES})

3
config.json Normal file
View File

@ -0,0 +1,3 @@
{
}

40995
include/simdjson.h Normal file

File diff suppressed because it is too large Load Diff

11984
src/simdjson.cpp Normal file

File diff suppressed because it is too large Load Diff