Skip to end of banner
Go to start of banner

ArangoDB

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

Information about building, benchmarking and porting ArangoDB

Compiling

By default the option to use optimisations for the CPU architecture is enabled. This will enable the compilation of a 3rd party library which is bundled with the source. This library is simdcomp which uses Intel SIMD instructions to speed up compression and decompression and as such will only compile for x86. This needs to be disabled with passing "-DUSE_OPTIMIZE_FOR_ARCHITECTURE=Off" to cmake.

  • No labels