# ewah_benchmark **Repository Path**: mirrors_lemire/ewah_benchmark ## Basic Information - **Project Name**: ewah_benchmark - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##C++## ###To build the benchmark project### from ./benchmark
      mkdir Release
      cd Release
      cmake -DCMAKE_BUILD_TYPE=Release ..
      make
###To run the benchmarks### from ./benchmark/Release (necessary because of hard-coded path for bitmaps)
      ./test/ewah_test
##Java## ###To build the benchmark project### from ./java_benchmark
      mvn clean install
###To run the benchmarks### from ./java_benchmark
      java -cp target/benchmarks.jar murex.pop.ewah.benchmark.BitmapBenchmarks ##dump_files## Each dump file contains two bitmaps written consecutively in the following manner
All ints in the dump files are in a big-endian format.
The benchmark checks the endianness of the machine and does the conversion automatically.