Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Jul 29, 2024
1 parent 608f22c commit df1ed33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ puts "Nearest to London: #{nearest_point.first.name} (longitude #{nearest_point.

## Performance

Using a tree with 1 million points `[x, y] of Float64` on my i7-8550U CPU @ 1.80GHz:
Using a tree with 1 million points `[x, y] of Float64` on my Apple M1 Pro (10) @ 3.23 GHz:

`crystal run benchmark/benchmark.cr --release`

Expand Down

0 comments on commit df1ed33

Please sign in to comment.