Skip to content

Quad Tree Testing#9

Open
DJGosnell wants to merge 5 commits into
masterfrom
quad-tree-overlapping-struct
Open

Quad Tree Testing#9
DJGosnell wants to merge 5 commits into
masterfrom
quad-tree-overlapping-struct

Conversation

@DJGosnell

Copy link
Copy Markdown
Member

No description provided.

@DJGosnell

DJGosnell commented Nov 29, 2023

Copy link
Copy Markdown
Member Author

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