|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1768874456376, |
| 2 | + "lastUpdate": 1768917098613, |
3 | 3 | "repoUrl": "https://github.com/chusitoo/flatbush", |
4 | 4 | "entries": { |
5 | 5 | "Benchmark": [ |
@@ -4428,6 +4428,72 @@ window.BENCHMARK_DATA = { |
4428 | 4428 | "extra": "iterations: 2\ncpu: 406898972 ns\nthreads: 1" |
4429 | 4429 | } |
4430 | 4430 | ] |
| 4431 | + }, |
| 4432 | + { |
| 4433 | + "commit": { |
| 4434 | + "author": { |
| 4435 | + "email": "36134278+chusitoo@users.noreply.github.com", |
| 4436 | + "name": "Alex Emirov", |
| 4437 | + "username": "chusitoo" |
| 4438 | + }, |
| 4439 | + "committer": { |
| 4440 | + "email": "noreply@github.com", |
| 4441 | + "name": "GitHub", |
| 4442 | + "username": "web-flow" |
| 4443 | + }, |
| 4444 | + "distinct": true, |
| 4445 | + "id": "ed5f2286d1804e462406eafc1004921f0f13c700", |
| 4446 | + "message": "Implement simd (#5)\n\nImplement SIMD to slightly improve performance of:\n\n- boxes intersection\n- bound updates\n- computation of squared distance\n- computation of Hilbert values\n\nMinor tweaks to attempt to reserve enough for search results and neighbors queue\n\nPerform linear search of upper bound on small inputs", |
| 4447 | + "timestamp": "2026-01-20T08:50:43-05:00", |
| 4448 | + "tree_id": "8f5d78ff33c8584c43bb5e3f53150abd3b7a3a26", |
| 4449 | + "url": "https://github.com/chusitoo/flatbush/commit/ed5f2286d1804e462406eafc1004921f0f13c700" |
| 4450 | + }, |
| 4451 | + "date": 1768917098257, |
| 4452 | + "tool": "googlecpp", |
| 4453 | + "benches": [ |
| 4454 | + { |
| 4455 | + "name": "BM_Index1M", |
| 4456 | + "value": 125690130.99999893, |
| 4457 | + "unit": "ns/iter", |
| 4458 | + "extra": "iterations: 6\ncpu: 125683691.83333331 ns\nthreads: 1" |
| 4459 | + }, |
| 4460 | + { |
| 4461 | + "name": "BM_Search10Percent", |
| 4462 | + "value": 243418493.99999657, |
| 4463 | + "unit": "ns/iter", |
| 4464 | + "extra": "iterations: 3\ncpu: 243392077.66666663 ns\nthreads: 1" |
| 4465 | + }, |
| 4466 | + { |
| 4467 | + "name": "BM_Search1Percent", |
| 4468 | + "value": 37224957.88888835, |
| 4469 | + "unit": "ns/iter", |
| 4470 | + "extra": "iterations: 18\ncpu: 37222737.999999985 ns\nthreads: 1" |
| 4471 | + }, |
| 4472 | + { |
| 4473 | + "name": "BM_Search001Percent", |
| 4474 | + "value": 2265036.0194174726, |
| 4475 | + "unit": "ns/iter", |
| 4476 | + "extra": "iterations: 309\ncpu: 2264871.317152103 ns\nthreads: 1" |
| 4477 | + }, |
| 4478 | + { |
| 4479 | + "name": "BM_Neighbors100", |
| 4480 | + "value": 15617426.840909135, |
| 4481 | + "unit": "ns/iter", |
| 4482 | + "extra": "iterations: 44\ncpu: 15616833.363636374 ns\nthreads: 1" |
| 4483 | + }, |
| 4484 | + { |
| 4485 | + "name": "BM_NeighborsAll", |
| 4486 | + "value": 114923795.4999999, |
| 4487 | + "unit": "ns/iter", |
| 4488 | + "extra": "iterations: 6\ncpu: 114920634.00000004 ns\nthreads: 1" |
| 4489 | + }, |
| 4490 | + { |
| 4491 | + "name": "BM_Neighbors1", |
| 4492 | + "value": 409008557.5000017, |
| 4493 | + "unit": "ns/iter", |
| 4494 | + "extra": "iterations: 2\ncpu: 408992155.5 ns\nthreads: 1" |
| 4495 | + } |
| 4496 | + ] |
4431 | 4497 | } |
4432 | 4498 | ] |
4433 | 4499 | } |
|
0 commit comments