{"id":48683205,"url":"https://github.com/dronnix/bwarr-bench","last_synced_at":"2026-04-11T03:29:17.011Z","repository":{"id":344576800,"uuid":"1121051566","full_name":"dronnix/bwarr-bench","owner":"dronnix","description":"Benchmarks for Black-White Array implementation (dronnix/bwarr) against popular datastructures","archived":false,"fork":false,"pushed_at":"2026-03-28T18:23:56.000Z","size":860,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T20:30:43.544Z","etag":null,"topics":["benchmark","btree","btrees","datastructures","go","golang","ordered","performance"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dronnix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-22T11:07:06.000Z","updated_at":"2026-03-28T18:24:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dronnix/bwarr-bench","commit_stats":null,"previous_names":["dronnix/bwarr-bench"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dronnix/bwarr-bench","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronnix%2Fbwarr-bench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronnix%2Fbwarr-bench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronnix%2Fbwarr-bench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronnix%2Fbwarr-bench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dronnix","download_url":"https://codeload.github.com/dronnix/bwarr-bench/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dronnix%2Fbwarr-bench/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["benchmark","btree","btrees","datastructures","go","golang","ordered","performance"],"created_at":"2026-04-11T03:29:16.390Z","updated_at":"2026-04-11T03:29:16.987Z","avatar_url":"https://github.com/dronnix.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BWArr benchmarks\n\nPerformance benchmarks comparing [BWArr](https://github.com/dronnix/bwarr) against [Google BTree](https://github.com/google/btree).\n\nSee [benchmark.md](benchmark.md) for detailed results and graphs.\n\nFeel free to add more data structures and benchmark them!\n\n## Quick Start\n\n```bash\n# Run standard benchmarks\nmake bench\n\n# Generate performance graphs\nmake run\n```\n\nGraphs are saved to `images/` directory.\n\n## Benchmark Operations\n\n- **Insert** - Insert unique values into empty data structure\n- **Get** - Look up values by key\n- **Iterate** - Traverse all values (ordered/unordered)\n- **Delete** - Remove all values\n\nFeel free to add more operations!\n\n## Make Targets\n\n```\nmake test         - Run tests\nmake bench        - Run all benchmarks (10s each)\nmake bench-quick  - Quick benchmarks (1s each)\nmake run          - Generate graphs in images/\nmake fmt          - Format code\nmake lint         - Run linter\n```\n\n## Configuration\n\n- **Dataset sizes**: 100K, 250K, 500K, 1M, 2M, 4M elements\n- **BTree degree**: 32\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdronnix%2Fbwarr-bench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdronnix%2Fbwarr-bench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdronnix%2Fbwarr-bench/lists"}