https://github.com/facebook/zstd
Raw File
Tip revision: 8e43f53c93490b078cce2e2e0ce8887c192500aa authored by Nick Terrell on 20 October 2022, 00:04:35 UTC
[lazy] Use switch instead of indirect function calls.
Tip revision: 8e43f53
.gitignore
# Object files
*.o
*.ko
*.dSYM

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
/zstd
zstdmt
*.exe
*.out
*.app

# Test artefacts
tmp*
*.zst
*.zstd
dictionary.
dictionary
NUL

# Build artefacts
contrib/linux-kernel/linux/
projects/
bin/
.buckd/
buck-out/
build-*
*.gcda

# Other files
.directory
_codelite/
_zstdbench/
.clang_complete
*.idea
*.swp
.DS_Store
googletest/
*.d
*.vscode
*.code-workspace
compile_commands.json
.clangd
perf.data
perf.data.old
back to top