# java_vs_c_bitmap_benchmark **Repository Path**: mirrors_lemire/java_vs_c_bitmap_benchmark ## Basic Information - **Project Name**: java_vs_c_bitmap_benchmark - **Description**: comparing the performance of java and c implementations - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # java_vs_c_bitmap_benchmark comparing the performance of java and c implementations Getting the submodules: ``` git pull && git submodule init && git submodule update && git submodule status ``` To run the java benchmark: ``` cd java ./run.sh ``` To run the C benchmark: ``` cd c make make test ```