|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1768874475254, |
| 2 | + "lastUpdate": 1768917120830, |
3 | 3 | "repoUrl": "https://github.com/chusitoo/flatbush", |
4 | 4 | "entries": { |
5 | 5 | "Benchmark": [ |
@@ -3932,6 +3932,72 @@ window.BENCHMARK_DATA = { |
3932 | 3932 | "extra": "iterations: 2\ncpu: 389405058.00000036 ns\nthreads: 1" |
3933 | 3933 | } |
3934 | 3934 | ] |
| 3935 | + }, |
| 3936 | + { |
| 3937 | + "commit": { |
| 3938 | + "author": { |
| 3939 | + |
| 3940 | + "name": "Alex Emirov", |
| 3941 | + "username": "chusitoo" |
| 3942 | + }, |
| 3943 | + "committer": { |
| 3944 | + |
| 3945 | + "name": "GitHub", |
| 3946 | + "username": "web-flow" |
| 3947 | + }, |
| 3948 | + "distinct": true, |
| 3949 | + "id": "ed5f2286d1804e462406eafc1004921f0f13c700", |
| 3950 | + "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", |
| 3951 | + "timestamp": "2026-01-20T08:50:43-05:00", |
| 3952 | + "tree_id": "8f5d78ff33c8584c43bb5e3f53150abd3b7a3a26", |
| 3953 | + "url": "https://github.com/chusitoo/flatbush/commit/ed5f2286d1804e462406eafc1004921f0f13c700" |
| 3954 | + }, |
| 3955 | + "date": 1768917120315, |
| 3956 | + "tool": "googlecpp", |
| 3957 | + "benches": [ |
| 3958 | + { |
| 3959 | + "name": "BM_Index1M", |
| 3960 | + "value": 146146301.4000003, |
| 3961 | + "unit": "ns/iter", |
| 3962 | + "extra": "iterations: 5\ncpu: 146134062.60000002 ns\nthreads: 1" |
| 3963 | + }, |
| 3964 | + { |
| 3965 | + "name": "BM_Search10Percent", |
| 3966 | + "value": 255766599.00000226, |
| 3967 | + "unit": "ns/iter", |
| 3968 | + "extra": "iterations: 3\ncpu: 255681128.33333334 ns\nthreads: 1" |
| 3969 | + }, |
| 3970 | + { |
| 3971 | + "name": "BM_Search1Percent", |
| 3972 | + "value": 40317855.11764701, |
| 3973 | + "unit": "ns/iter", |
| 3974 | + "extra": "iterations: 17\ncpu: 40313896.7647059 ns\nthreads: 1" |
| 3975 | + }, |
| 3976 | + { |
| 3977 | + "name": "BM_Search001Percent", |
| 3978 | + "value": 2984926.709956733, |
| 3979 | + "unit": "ns/iter", |
| 3980 | + "extra": "iterations: 231\ncpu: 2984615.2380952397 ns\nthreads: 1" |
| 3981 | + }, |
| 3982 | + { |
| 3983 | + "name": "BM_Neighbors100", |
| 3984 | + "value": 15942400.209302558, |
| 3985 | + "unit": "ns/iter", |
| 3986 | + "extra": "iterations: 43\ncpu: 15940350.162790703 ns\nthreads: 1" |
| 3987 | + }, |
| 3988 | + { |
| 3989 | + "name": "BM_NeighborsAll", |
| 3990 | + "value": 110816730.99999988, |
| 3991 | + "unit": "ns/iter", |
| 3992 | + "extra": "iterations: 6\ncpu: 110804398.00000012 ns\nthreads: 1" |
| 3993 | + }, |
| 3994 | + { |
| 3995 | + "name": "BM_Neighbors1", |
| 3996 | + "value": 408912444.99999857, |
| 3997 | + "unit": "ns/iter", |
| 3998 | + "extra": "iterations: 2\ncpu: 408862383.4999998 ns\nthreads: 1" |
| 3999 | + } |
| 4000 | + ] |
3935 | 4001 | } |
3936 | 4002 | ] |
3937 | 4003 | } |
|
0 commit comments