Store offset between slots to reduce memory usage

This commit is contained in:
Benoit Blanchon
2018-11-30 14:26:15 +01:00
parent 8ff48dde73
commit 04e8acd844
12 changed files with 118 additions and 49 deletions

View File

@ -2,6 +2,10 @@
# Copyright Benoit Blanchon 2014-2018
# MIT License
if(MSVC)
add_compile_options(-D_CRT_SECURE_NO_WARNINGS)
endif()
add_executable(msgpack_fuzzer
msgpack_fuzzer.cpp
fuzzer_main.cpp