Integration of simdjson
This commit is contained in:
parent
33b64bb242
commit
497dbd2e26
4 changed files with 52984 additions and 0 deletions
|
@ -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
3
config.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
|
||||
}
|
40995
include/simdjson.h
Normal file
40995
include/simdjson.h
Normal file
File diff suppressed because it is too large
Load diff
11984
src/simdjson.cpp
Normal file
11984
src/simdjson.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue