Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quad Tree Testing #9

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

DJGosnell
Copy link
Member

No description provided.

@DJGosnell
Copy link
Member Author

DJGosnell commented Nov 29, 2023

Initial test results

Method Mean Error StdDev Gen0 Allocated
InsertFloat 49.48 μs 0.232 μs 0.205 μs 1.0376 8736 B
InsertDouble 50.22 μs 0.203 μs 0.189 μs 1.0376 8736 B
InsertDouble3 20.97 μs 0.111 μs 0.099 μs 0.8240 7008 B
InsertDoubleGeneric 30.77 μs 0.121 μs 0.107 μs 0.7935 7008 B
WalkFloat 69.05 μs 0.504 μs 0.471 μs - -
WalkDouble 70.66 μs 0.949 μs 0.841 μs - 1 B
WalkDouble3 18.94 μs 0.275 μs 0.257 μs - -

the *Double3 versions are the benchmarks for the new version. Walk gets a 3.7x speedup and Insert nearly a 2.5x speedup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant