├── LICENSE ├── Makefile ├── README.md ├── Switch ├── README.md ├── ansifmt.h ├── base64.cpp ├── base64.h ├── buffer.h ├── compress.h ├── data.cpp ├── data.h ├── date.h ├── ext │ ├── .travis.yml │ ├── FastPFor │ │ ├── .travis.yml │ │ ├── CHANGELOG │ │ ├── CMakeCache.txt │ │ ├── CMakeFiles │ │ │ ├── 3.5.1 │ │ │ │ ├── CMakeCCompiler.cmake │ │ │ │ ├── CMakeCXXCompiler.cmake │ │ │ │ ├── CMakeDetermineCompilerABI_C.bin │ │ │ │ ├── CMakeDetermineCompilerABI_CXX.bin │ │ │ │ ├── CMakeSystem.cmake │ │ │ │ ├── CompilerIdC │ │ │ │ │ └── CMakeCCompilerId.c │ │ │ │ └── CompilerIdCXX │ │ │ │ │ └── CMakeCXXCompilerId.cpp │ │ │ ├── CMakeDirectoryInformation.cmake │ │ │ ├── CMakeOutput.log │ │ │ ├── CMakeRuleHashes.txt │ │ │ ├── FastPFor.dir │ │ │ │ ├── C.includecache │ │ │ │ ├── CXX.includecache │ │ │ │ ├── DependInfo.cmake │ │ │ │ ├── build.make │ │ │ │ ├── cmake_clean.cmake │ │ │ │ ├── cmake_clean_target.cmake │ │ │ │ ├── depend.internal │ │ │ │ ├── depend.make │ │ │ │ ├── flags.make │ │ │ │ ├── link.txt │ │ │ │ └── progress.make │ │ │ ├── Makefile.cmake │ │ │ ├── Makefile2 │ │ │ ├── TargetDirectories.txt │ │ │ ├── benchbitpacking.dir │ │ │ │ ├── CXX.includecache │ │ │ │ ├── DependInfo.cmake │ │ │ │ ├── build.make │ │ │ │ ├── cmake_clean.cmake │ │ │ │ ├── depend.internal │ │ │ │ ├── depend.make │ │ │ │ ├── flags.make │ │ │ │ ├── link.txt │ │ │ │ └── progress.make │ │ │ ├── check.dir │ │ │ │ ├── DependInfo.cmake │ │ │ │ ├── build.make │ │ │ │ ├── cmake_clean.cmake │ │ │ │ └── progress.make │ │ │ ├── cmake.check_cache │ │ │ ├── codecs.dir │ │ │ │ ├── CXX.includecache │ │ │ │ ├── DependInfo.cmake │ │ │ │ ├── build.make │ │ │ │ ├── cmake_clean.cmake │ │ │ │ ├── depend.internal │ │ │ │ ├── depend.make │ │ │ │ ├── flags.make │ │ │ │ ├── link.txt │ │ │ │ └── progress.make │ │ │ ├── csv2maropu.dir │ │ │ │ ├── CXX.includecache │ │ │ │ ├── DependInfo.cmake │ │ │ │ ├── build.make │ │ │ │ ├── cmake_clean.cmake │ │ │ │ ├── depend.internal │ │ │ │ ├── depend.make │ │ │ │ ├── flags.make │ │ │ │ ├── link.txt │ │ │ │ └── progress.make │ │ │ ├── entropy.dir │ │ │ │ ├── CXX.includecache │ │ │ │ ├── DependInfo.cmake │ │ │ │ ├── build.make │ │ │ │ ├── cmake_clean.cmake │ │ │ │ ├── depend.internal │ │ │ │ ├── depend.make │ │ │ │ ├── flags.make │ │ │ │ ├── link.txt │ │ │ │ └── progress.make │ │ │ ├── example.dir │ │ │ │ ├── CXX.includecache │ │ │ │ ├── DependInfo.cmake │ │ │ │ ├── build.make │ │ │ │ ├── cmake_clean.cmake │ │ │ │ ├── depend.internal │ │ │ │ ├── depend.make │ │ │ │ ├── flags.make │ │ │ │ ├── link.txt │ │ │ │ └── progress.make │ │ │ ├── feature_tests.bin │ │ │ ├── feature_tests.c │ │ │ ├── feature_tests.cxx │ │ │ ├── gapstats.dir │ │ │ │ ├── CXX.includecache │ │ │ │ ├── DependInfo.cmake │ │ │ │ ├── build.make │ │ │ │ ├── cmake_clean.cmake │ │ │ │ ├── depend.internal │ │ │ │ ├── depend.make │ │ │ │ ├── flags.make │ │ │ │ ├── link.txt │ │ │ │ └── progress.make │ │ │ ├── inmemorybenchmark.dir │ │ │ │ ├── CXX.includecache │ │ │ │ ├── DependInfo.cmake │ │ │ │ ├── build.make │ │ │ │ ├── cmake_clean.cmake │ │ │ │ ├── depend.internal │ │ │ │ ├── depend.make │ │ │ │ ├── flags.make │ │ │ │ ├── link.txt │ │ │ │ └── progress.make │ │ │ ├── partitionbylength.dir │ │ │ │ ├── CXX.includecache │ │ │ │ ├── DependInfo.cmake │ │ │ │ ├── build.make │ │ │ │ ├── cmake_clean.cmake │ │ │ │ ├── depend.internal │ │ │ │ ├── depend.make │ │ │ │ ├── flags.make │ │ │ │ ├── link.txt │ │ │ │ └── progress.make │ │ │ ├── progress.marks │ │ │ └── unit.dir │ │ │ │ ├── CXX.includecache │ │ │ │ ├── DependInfo.cmake │ │ │ │ ├── build.make │ │ │ │ ├── cmake_clean.cmake │ │ │ │ ├── depend.internal │ │ │ │ ├── depend.make │ │ │ │ ├── flags.make │ │ │ │ ├── link.txt │ │ │ │ └── progress.make │ │ ├── CMakeLists.txt │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── TODO.md │ │ ├── benchbitpacking │ │ ├── cmake_install.cmake │ │ ├── cmake_modules │ │ │ ├── AppendCompilerFlags.cmake │ │ │ ├── DetectCPUFeatures.cmake │ │ │ └── Findsnappy.cmake │ │ ├── codecs │ │ ├── csv2maropu │ │ ├── data │ │ │ ├── ClueWeb09LogSizeFreqs.1 │ │ │ └── README │ │ ├── entropy │ │ ├── example │ │ ├── example.cpp │ │ ├── gapstats │ │ ├── headers │ │ │ ├── VarIntG8IU.h │ │ │ ├── bitpacking.h │ │ │ ├── bitpackingaligned.h │ │ │ ├── bitpackinghelpers.h │ │ │ ├── bitpackingunaligned.h │ │ │ ├── blockpacking.h │ │ │ ├── codecfactory.h │ │ │ ├── codecs.h │ │ │ ├── common.h │ │ │ ├── compositecodec.h │ │ │ ├── cpubenchmark.h │ │ │ ├── csv.h │ │ │ ├── deltautil.h │ │ │ ├── entropy.h │ │ │ ├── externalvector.h │ │ │ ├── fastpfor.h │ │ │ ├── horizontalbitpacking.h │ │ │ ├── maropuparser.h │ │ │ ├── memutil.h │ │ │ ├── mersenne.h │ │ │ ├── newpfor.h │ │ │ ├── optpfor.h │ │ │ ├── packingvectors.h │ │ │ ├── pfor.h │ │ │ ├── pfor2008.h │ │ │ ├── rolledbitpacking.h │ │ │ ├── simdbinarypacking.h │ │ │ ├── simdbitpacking.h │ │ │ ├── simdfastpfor.h │ │ │ ├── simdnewpfor.h │ │ │ ├── simdoptpfor.h │ │ │ ├── simdpfor.h │ │ │ ├── simdvariablebyte.h │ │ │ ├── simple16.h │ │ │ ├── simple8b.h │ │ │ ├── simple8b_rle.h │ │ │ ├── simple9.h │ │ │ ├── simple9_rle.h │ │ │ ├── snappydelta.h │ │ │ ├── streamvariablebyte.h │ │ │ ├── stringutil.h │ │ │ ├── synthetic.h │ │ │ ├── usimdbitpacking.h │ │ │ ├── util.h │ │ │ ├── variablebyte.h │ │ │ ├── varintgb.h │ │ │ ├── vsencoding.h │ │ │ └── ztimer.h │ │ ├── inmemorybenchmark │ │ ├── msvc │ │ │ ├── FastPFor.sln │ │ │ ├── FastPFor.vcxproj │ │ │ ├── benchbitpacking.vcxproj │ │ │ ├── codecs.vcxproj │ │ │ ├── csv2maropu.vcxproj │ │ │ ├── entropy.vcxproj │ │ │ ├── example.vcxproj │ │ │ ├── gapstats.vcxproj │ │ │ ├── getopt.vcxproj │ │ │ ├── getopt │ │ │ │ ├── getopt.c │ │ │ │ └── getopt.h │ │ │ ├── inmemorybenchmark.vcxproj │ │ │ └── unit.vcxproj │ │ ├── partitionbylength │ │ ├── src │ │ │ ├── benchbitpacking.cpp │ │ │ ├── bitpacking.cpp │ │ │ ├── bitpackingaligned.cpp │ │ │ ├── bitpackingunaligned.cpp │ │ │ ├── codecs.cpp │ │ │ ├── csv2maropu.cpp │ │ │ ├── entropy.cpp │ │ │ ├── gapstats.cpp │ │ │ ├── horizontalbitpacking.cpp │ │ │ ├── inmemorybenchmark.cpp │ │ │ ├── partitionbylength.cpp │ │ │ ├── simdbitpacking.cpp │ │ │ ├── simdunalignedbitpacking.cpp │ │ │ ├── streamvbyte.c │ │ │ ├── unit.cpp │ │ │ └── varintdecode.c │ │ ├── tools │ │ │ └── clang-format.sh │ │ └── unit │ ├── ext_xxhash.c │ ├── flat_hash_map.h │ ├── json.hpp │ └── tl │ │ └── optional.hpp ├── ext_snappy │ ├── Makefile │ ├── config.h │ ├── snappy-internal.h │ ├── snappy-sinksource.cc │ ├── snappy-sinksource.h │ ├── snappy-stubs-internal.cc │ ├── snappy-stubs-internal.h │ ├── snappy-stubs-public.h │ ├── snappy-test.h │ ├── snappy.cc │ └── snappy.h ├── fs.h ├── network.h ├── portability.h ├── prioqueue.h ├── sparsefixedbitset.h ├── switch.h ├── switch_algorithms.h ├── switch_atomicops.h ├── switch_bitops.h ├── switch_common.h ├── switch_compiler_aux.h ├── switch_dictionary.h ├── switch_exceptions.h ├── switch_hash.h ├── switch_ll.h ├── switch_mallocators.h ├── switch_numops.h ├── switch_print.h ├── switch_ranges.h ├── switch_refcnt.h ├── switch_security.cpp ├── switch_security.h ├── switch_vector.h ├── text.cpp ├── text.h ├── thread.h └── timings.h ├── kms_client.cpp ├── kms_client.h ├── service.cpp └── sss ├── .editorconfig ├── LICENSE ├── Makefile ├── README.md ├── hazmat.c ├── hazmat.h ├── randombytes.c ├── randombytes.h ├── randombytes ├── .editorconfig ├── .travis.yml ├── LICENSE ├── Makefile ├── README.md ├── appveyor.yml ├── randombytes.c ├── randombytes.h └── test.c ├── sss.c ├── sss.h ├── test_hazmat.c ├── test_sss.c ├── tweetnacl.c └── tweetnacl.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/README.md -------------------------------------------------------------------------------- /Switch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/README.md -------------------------------------------------------------------------------- /Switch/ansifmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ansifmt.h -------------------------------------------------------------------------------- /Switch/base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/base64.cpp -------------------------------------------------------------------------------- /Switch/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/base64.h -------------------------------------------------------------------------------- /Switch/buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/buffer.h -------------------------------------------------------------------------------- /Switch/compress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/compress.h -------------------------------------------------------------------------------- /Switch/data.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/data.cpp -------------------------------------------------------------------------------- /Switch/data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/data.h -------------------------------------------------------------------------------- /Switch/date.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/date.h -------------------------------------------------------------------------------- /Switch/ext/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/.travis.yml -------------------------------------------------------------------------------- /Switch/ext/FastPFor/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/.travis.yml -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CHANGELOG -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeCache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeCache.txt -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/3.5.1/CMakeCCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/3.5.1/CMakeCCompiler.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/3.5.1/CMakeCXXCompiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/3.5.1/CMakeCXXCompiler.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/3.5.1/CMakeDetermineCompilerABI_C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/3.5.1/CMakeDetermineCompilerABI_C.bin -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/3.5.1/CMakeDetermineCompilerABI_CXX.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/3.5.1/CMakeDetermineCompilerABI_CXX.bin -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/3.5.1/CMakeSystem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/3.5.1/CMakeSystem.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/3.5.1/CompilerIdC/CMakeCCompilerId.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/3.5.1/CompilerIdC/CMakeCCompilerId.c -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/3.5.1/CompilerIdCXX/CMakeCXXCompilerId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/3.5.1/CompilerIdCXX/CMakeCXXCompilerId.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/CMakeDirectoryInformation.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/CMakeDirectoryInformation.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/CMakeOutput.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/CMakeOutput.log -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/CMakeRuleHashes.txt: -------------------------------------------------------------------------------- 1 | # Hashes of file build rules. 2 | 89dcfb7a8ad6f50823da9a6c6d234b05 CMakeFiles/check 3 | -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/C.includecache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/C.includecache -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/CXX.includecache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/CXX.includecache -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/DependInfo.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/DependInfo.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/build.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/build.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/cmake_clean.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/cmake_clean.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/cmake_clean_target.cmake: -------------------------------------------------------------------------------- 1 | file(REMOVE_RECURSE 2 | "libFastPFor.a" 3 | ) 4 | -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/depend.internal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/depend.internal -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/depend.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/depend.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/flags.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/flags.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/link.txt -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/progress.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/FastPFor.dir/progress.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/Makefile.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/Makefile.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/Makefile2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/Makefile2 -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/TargetDirectories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/TargetDirectories.txt -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/CXX.includecache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/CXX.includecache -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/DependInfo.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/DependInfo.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/build.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/build.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/cmake_clean.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/cmake_clean.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/depend.internal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/depend.internal -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/depend.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/depend.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/flags.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/flags.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/link.txt -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/progress.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/benchbitpacking.dir/progress.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/check.dir/DependInfo.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/check.dir/DependInfo.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/check.dir/build.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/check.dir/build.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/check.dir/cmake_clean.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/check.dir/cmake_clean.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/check.dir/progress.make: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/cmake.check_cache -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/codecs.dir/CXX.includecache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/codecs.dir/CXX.includecache -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/codecs.dir/DependInfo.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/codecs.dir/DependInfo.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/codecs.dir/build.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/codecs.dir/build.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/codecs.dir/cmake_clean.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/codecs.dir/cmake_clean.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/codecs.dir/depend.internal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/codecs.dir/depend.internal -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/codecs.dir/depend.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/codecs.dir/depend.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/codecs.dir/flags.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/codecs.dir/flags.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/codecs.dir/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/codecs.dir/link.txt -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/codecs.dir/progress.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/codecs.dir/progress.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/CXX.includecache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/CXX.includecache -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/DependInfo.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/DependInfo.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/build.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/build.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/cmake_clean.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/cmake_clean.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/depend.internal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/depend.internal -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/depend.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/depend.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/flags.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/flags.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/link.txt -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/progress.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/csv2maropu.dir/progress.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/entropy.dir/CXX.includecache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/entropy.dir/CXX.includecache -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/entropy.dir/DependInfo.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/entropy.dir/DependInfo.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/entropy.dir/build.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/entropy.dir/build.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/entropy.dir/cmake_clean.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/entropy.dir/cmake_clean.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/entropy.dir/depend.internal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/entropy.dir/depend.internal -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/entropy.dir/depend.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/entropy.dir/depend.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/entropy.dir/flags.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/entropy.dir/flags.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/entropy.dir/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/entropy.dir/link.txt -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/entropy.dir/progress.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/entropy.dir/progress.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/example.dir/CXX.includecache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/example.dir/CXX.includecache -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/example.dir/DependInfo.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/example.dir/DependInfo.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/example.dir/build.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/example.dir/build.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/example.dir/cmake_clean.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/example.dir/cmake_clean.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/example.dir/depend.internal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/example.dir/depend.internal -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/example.dir/depend.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/example.dir/depend.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/example.dir/flags.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/example.dir/flags.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/example.dir/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/example.dir/link.txt -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/example.dir/progress.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/example.dir/progress.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/feature_tests.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/feature_tests.bin -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/feature_tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/feature_tests.c -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/feature_tests.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/feature_tests.cxx -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/gapstats.dir/CXX.includecache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/gapstats.dir/CXX.includecache -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/gapstats.dir/DependInfo.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/gapstats.dir/DependInfo.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/gapstats.dir/build.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/gapstats.dir/build.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/gapstats.dir/cmake_clean.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/gapstats.dir/cmake_clean.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/gapstats.dir/depend.internal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/gapstats.dir/depend.internal -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/gapstats.dir/depend.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/gapstats.dir/depend.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/gapstats.dir/flags.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/gapstats.dir/flags.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/gapstats.dir/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/gapstats.dir/link.txt -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/gapstats.dir/progress.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/gapstats.dir/progress.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/CXX.includecache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/CXX.includecache -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/DependInfo.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/DependInfo.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/build.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/build.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/cmake_clean.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/cmake_clean.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/depend.internal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/depend.internal -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/depend.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/depend.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/flags.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/flags.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/link.txt -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/progress.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/inmemorybenchmark.dir/progress.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/CXX.includecache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/CXX.includecache -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/DependInfo.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/DependInfo.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/build.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/build.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/cmake_clean.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/cmake_clean.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/depend.internal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/depend.internal -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/depend.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/depend.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/flags.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/flags.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/link.txt -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/progress.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/partitionbylength.dir/progress.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/progress.marks: -------------------------------------------------------------------------------- 1 | 27 2 | -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/unit.dir/CXX.includecache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/unit.dir/CXX.includecache -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/unit.dir/DependInfo.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/unit.dir/DependInfo.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/unit.dir/build.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/unit.dir/build.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/unit.dir/cmake_clean.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/unit.dir/cmake_clean.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/unit.dir/depend.internal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/unit.dir/depend.internal -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/unit.dir/depend.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/unit.dir/depend.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/unit.dir/flags.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/unit.dir/flags.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/unit.dir/link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/unit.dir/link.txt -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeFiles/unit.dir/progress.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeFiles/unit.dir/progress.make -------------------------------------------------------------------------------- /Switch/ext/FastPFor/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/CMakeLists.txt -------------------------------------------------------------------------------- /Switch/ext/FastPFor/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/LICENSE -------------------------------------------------------------------------------- /Switch/ext/FastPFor/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/Makefile -------------------------------------------------------------------------------- /Switch/ext/FastPFor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/README.md -------------------------------------------------------------------------------- /Switch/ext/FastPFor/TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/TODO.md -------------------------------------------------------------------------------- /Switch/ext/FastPFor/benchbitpacking: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/benchbitpacking -------------------------------------------------------------------------------- /Switch/ext/FastPFor/cmake_install.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/cmake_install.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/cmake_modules/AppendCompilerFlags.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/cmake_modules/AppendCompilerFlags.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/cmake_modules/DetectCPUFeatures.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/cmake_modules/DetectCPUFeatures.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/cmake_modules/Findsnappy.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/cmake_modules/Findsnappy.cmake -------------------------------------------------------------------------------- /Switch/ext/FastPFor/codecs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/codecs -------------------------------------------------------------------------------- /Switch/ext/FastPFor/csv2maropu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/csv2maropu -------------------------------------------------------------------------------- /Switch/ext/FastPFor/data/ClueWeb09LogSizeFreqs.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/data/ClueWeb09LogSizeFreqs.1 -------------------------------------------------------------------------------- /Switch/ext/FastPFor/data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/data/README -------------------------------------------------------------------------------- /Switch/ext/FastPFor/entropy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/entropy -------------------------------------------------------------------------------- /Switch/ext/FastPFor/example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/example -------------------------------------------------------------------------------- /Switch/ext/FastPFor/example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/example.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/gapstats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/gapstats -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/VarIntG8IU.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/VarIntG8IU.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/bitpacking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/bitpacking.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/bitpackingaligned.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/bitpackingaligned.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/bitpackinghelpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/bitpackinghelpers.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/bitpackingunaligned.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/bitpackingunaligned.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/blockpacking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/blockpacking.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/codecfactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/codecfactory.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/codecs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/codecs.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/common.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/compositecodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/compositecodec.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/cpubenchmark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/cpubenchmark.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/csv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/csv.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/deltautil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/deltautil.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/entropy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/entropy.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/externalvector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/externalvector.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/fastpfor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/fastpfor.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/horizontalbitpacking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/horizontalbitpacking.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/maropuparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/maropuparser.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/memutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/memutil.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/mersenne.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/mersenne.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/newpfor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/newpfor.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/optpfor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/optpfor.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/packingvectors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/packingvectors.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/pfor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/pfor.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/pfor2008.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/pfor2008.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/rolledbitpacking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/rolledbitpacking.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/simdbinarypacking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/simdbinarypacking.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/simdbitpacking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/simdbitpacking.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/simdfastpfor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/simdfastpfor.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/simdnewpfor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/simdnewpfor.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/simdoptpfor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/simdoptpfor.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/simdpfor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/simdpfor.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/simdvariablebyte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/simdvariablebyte.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/simple16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/simple16.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/simple8b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/simple8b.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/simple8b_rle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/simple8b_rle.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/simple9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/simple9.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/simple9_rle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/simple9_rle.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/snappydelta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/snappydelta.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/streamvariablebyte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/streamvariablebyte.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/stringutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/stringutil.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/synthetic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/synthetic.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/usimdbitpacking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/usimdbitpacking.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/util.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/variablebyte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/variablebyte.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/varintgb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/varintgb.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/vsencoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/vsencoding.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/headers/ztimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/headers/ztimer.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/inmemorybenchmark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/inmemorybenchmark -------------------------------------------------------------------------------- /Switch/ext/FastPFor/msvc/FastPFor.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/msvc/FastPFor.sln -------------------------------------------------------------------------------- /Switch/ext/FastPFor/msvc/FastPFor.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/msvc/FastPFor.vcxproj -------------------------------------------------------------------------------- /Switch/ext/FastPFor/msvc/benchbitpacking.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/msvc/benchbitpacking.vcxproj -------------------------------------------------------------------------------- /Switch/ext/FastPFor/msvc/codecs.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/msvc/codecs.vcxproj -------------------------------------------------------------------------------- /Switch/ext/FastPFor/msvc/csv2maropu.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/msvc/csv2maropu.vcxproj -------------------------------------------------------------------------------- /Switch/ext/FastPFor/msvc/entropy.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/msvc/entropy.vcxproj -------------------------------------------------------------------------------- /Switch/ext/FastPFor/msvc/example.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/msvc/example.vcxproj -------------------------------------------------------------------------------- /Switch/ext/FastPFor/msvc/gapstats.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/msvc/gapstats.vcxproj -------------------------------------------------------------------------------- /Switch/ext/FastPFor/msvc/getopt.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/msvc/getopt.vcxproj -------------------------------------------------------------------------------- /Switch/ext/FastPFor/msvc/getopt/getopt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/msvc/getopt/getopt.c -------------------------------------------------------------------------------- /Switch/ext/FastPFor/msvc/getopt/getopt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/msvc/getopt/getopt.h -------------------------------------------------------------------------------- /Switch/ext/FastPFor/msvc/inmemorybenchmark.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/msvc/inmemorybenchmark.vcxproj -------------------------------------------------------------------------------- /Switch/ext/FastPFor/msvc/unit.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/msvc/unit.vcxproj -------------------------------------------------------------------------------- /Switch/ext/FastPFor/partitionbylength: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/partitionbylength -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/benchbitpacking.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/benchbitpacking.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/bitpacking.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/bitpacking.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/bitpackingaligned.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/bitpackingaligned.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/bitpackingunaligned.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/bitpackingunaligned.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/codecs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/codecs.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/csv2maropu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/csv2maropu.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/entropy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/entropy.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/gapstats.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/gapstats.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/horizontalbitpacking.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/horizontalbitpacking.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/inmemorybenchmark.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/inmemorybenchmark.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/partitionbylength.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/partitionbylength.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/simdbitpacking.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/simdbitpacking.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/simdunalignedbitpacking.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/simdunalignedbitpacking.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/streamvbyte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/streamvbyte.c -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/unit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/unit.cpp -------------------------------------------------------------------------------- /Switch/ext/FastPFor/src/varintdecode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/src/varintdecode.c -------------------------------------------------------------------------------- /Switch/ext/FastPFor/tools/clang-format.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/tools/clang-format.sh -------------------------------------------------------------------------------- /Switch/ext/FastPFor/unit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/FastPFor/unit -------------------------------------------------------------------------------- /Switch/ext/ext_xxhash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/ext_xxhash.c -------------------------------------------------------------------------------- /Switch/ext/flat_hash_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/flat_hash_map.h -------------------------------------------------------------------------------- /Switch/ext/json.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/json.hpp -------------------------------------------------------------------------------- /Switch/ext/tl/optional.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext/tl/optional.hpp -------------------------------------------------------------------------------- /Switch/ext_snappy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext_snappy/Makefile -------------------------------------------------------------------------------- /Switch/ext_snappy/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext_snappy/config.h -------------------------------------------------------------------------------- /Switch/ext_snappy/snappy-internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext_snappy/snappy-internal.h -------------------------------------------------------------------------------- /Switch/ext_snappy/snappy-sinksource.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext_snappy/snappy-sinksource.cc -------------------------------------------------------------------------------- /Switch/ext_snappy/snappy-sinksource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext_snappy/snappy-sinksource.h -------------------------------------------------------------------------------- /Switch/ext_snappy/snappy-stubs-internal.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext_snappy/snappy-stubs-internal.cc -------------------------------------------------------------------------------- /Switch/ext_snappy/snappy-stubs-internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext_snappy/snappy-stubs-internal.h -------------------------------------------------------------------------------- /Switch/ext_snappy/snappy-stubs-public.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext_snappy/snappy-stubs-public.h -------------------------------------------------------------------------------- /Switch/ext_snappy/snappy-test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext_snappy/snappy-test.h -------------------------------------------------------------------------------- /Switch/ext_snappy/snappy.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext_snappy/snappy.cc -------------------------------------------------------------------------------- /Switch/ext_snappy/snappy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/ext_snappy/snappy.h -------------------------------------------------------------------------------- /Switch/fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/fs.h -------------------------------------------------------------------------------- /Switch/network.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/network.h -------------------------------------------------------------------------------- /Switch/portability.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/portability.h -------------------------------------------------------------------------------- /Switch/prioqueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/prioqueue.h -------------------------------------------------------------------------------- /Switch/sparsefixedbitset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/sparsefixedbitset.h -------------------------------------------------------------------------------- /Switch/switch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch.h -------------------------------------------------------------------------------- /Switch/switch_algorithms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_algorithms.h -------------------------------------------------------------------------------- /Switch/switch_atomicops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_atomicops.h -------------------------------------------------------------------------------- /Switch/switch_bitops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_bitops.h -------------------------------------------------------------------------------- /Switch/switch_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_common.h -------------------------------------------------------------------------------- /Switch/switch_compiler_aux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_compiler_aux.h -------------------------------------------------------------------------------- /Switch/switch_dictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_dictionary.h -------------------------------------------------------------------------------- /Switch/switch_exceptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_exceptions.h -------------------------------------------------------------------------------- /Switch/switch_hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_hash.h -------------------------------------------------------------------------------- /Switch/switch_ll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_ll.h -------------------------------------------------------------------------------- /Switch/switch_mallocators.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_mallocators.h -------------------------------------------------------------------------------- /Switch/switch_numops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_numops.h -------------------------------------------------------------------------------- /Switch/switch_print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_print.h -------------------------------------------------------------------------------- /Switch/switch_ranges.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_ranges.h -------------------------------------------------------------------------------- /Switch/switch_refcnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_refcnt.h -------------------------------------------------------------------------------- /Switch/switch_security.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_security.cpp -------------------------------------------------------------------------------- /Switch/switch_security.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_security.h -------------------------------------------------------------------------------- /Switch/switch_vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/switch_vector.h -------------------------------------------------------------------------------- /Switch/text.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/text.cpp -------------------------------------------------------------------------------- /Switch/text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/text.h -------------------------------------------------------------------------------- /Switch/thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/thread.h -------------------------------------------------------------------------------- /Switch/timings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/Switch/timings.h -------------------------------------------------------------------------------- /kms_client.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/kms_client.cpp -------------------------------------------------------------------------------- /kms_client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/kms_client.h -------------------------------------------------------------------------------- /service.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/service.cpp -------------------------------------------------------------------------------- /sss/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/.editorconfig -------------------------------------------------------------------------------- /sss/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/LICENSE -------------------------------------------------------------------------------- /sss/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/Makefile -------------------------------------------------------------------------------- /sss/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/README.md -------------------------------------------------------------------------------- /sss/hazmat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/hazmat.c -------------------------------------------------------------------------------- /sss/hazmat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/hazmat.h -------------------------------------------------------------------------------- /sss/randombytes.c: -------------------------------------------------------------------------------- 1 | randombytes/randombytes.c -------------------------------------------------------------------------------- /sss/randombytes.h: -------------------------------------------------------------------------------- 1 | randombytes/randombytes.h -------------------------------------------------------------------------------- /sss/randombytes/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/randombytes/.editorconfig -------------------------------------------------------------------------------- /sss/randombytes/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/randombytes/.travis.yml -------------------------------------------------------------------------------- /sss/randombytes/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/randombytes/LICENSE -------------------------------------------------------------------------------- /sss/randombytes/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/randombytes/Makefile -------------------------------------------------------------------------------- /sss/randombytes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/randombytes/README.md -------------------------------------------------------------------------------- /sss/randombytes/appveyor.yml: -------------------------------------------------------------------------------- 1 | image: Visual Studio 2015 2 | build_script: 3 | - cmd: clang -c randombytes.c 4 | -------------------------------------------------------------------------------- /sss/randombytes/randombytes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/randombytes/randombytes.c -------------------------------------------------------------------------------- /sss/randombytes/randombytes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/randombytes/randombytes.h -------------------------------------------------------------------------------- /sss/randombytes/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/randombytes/test.c -------------------------------------------------------------------------------- /sss/sss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/sss.c -------------------------------------------------------------------------------- /sss/sss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/sss.h -------------------------------------------------------------------------------- /sss/test_hazmat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/test_hazmat.c -------------------------------------------------------------------------------- /sss/test_sss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/test_sss.c -------------------------------------------------------------------------------- /sss/tweetnacl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/tweetnacl.c -------------------------------------------------------------------------------- /sss/tweetnacl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phaistos-networks/KMS/HEAD/sss/tweetnacl.h --------------------------------------------------------------------------------