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

[Maintenance] performance audit of polyhedra operations #25

Open
tesseralis opened this issue Feb 23, 2020 · 0 comments
Open

[Maintenance] performance audit of polyhedra operations #25

tesseralis opened this issue Feb 23, 2020 · 0 comments

Comments

@tesseralis
Copy link
Owner

My current performance metric is "look at how fast the test suite runs". In my defense, it is pretty thorough -- it runs every possible operation on every possible polyhedron with every possible option.

Right now, my metric for performance is "gut check". "oh this looks like it'll be expensive to calculate -- MEMOIZE". "oh I'm creating a bunch of intermediate objects -- BUILDERS".

I also can't figure out how to use a non-browser profiler for JS.

If anyone wants to test out their perf chops and get my test suite down from 10s to like, 8s, be my guest!

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

No branches or pull requests

1 participant