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

Add more descriptive docs + some experiments #108

Merged
merged 23 commits into from
Apr 23, 2024
Merged

Add more descriptive docs + some experiments #108

merged 23 commits into from
Apr 23, 2024

Conversation

asinghvi17
Copy link
Member

@asinghvi17 asinghvi17 commented Apr 14, 2024

  • Benchmark file to test GO's speed on geometries provided by different packages - needs to be made more portable though
  • Code for the vector-benchmark plot with the logos and all - needs to be made more portable again
  • Experiments:
    • Accurate accumulation - I need to find a good test case for this, but it's basically trying to avoid roundoff error. It doesn't affect the result much for now, but if dealing with really small then really large numbers it might.
    • Exact predicates: a plot of the orient/incircle predicates for really small numbers. WIP.
  • Paradigms: a more standard-like explanation for apply, applyreduce, and fix.
  • Peculiarities: open to rename. Basically explains some things we do in the source (boolsastypes, etc) in more detail.

@asinghvi17 asinghvi17 requested review from rafaqz and skygering April 14, 2024 14:47
@asinghvi17 asinghvi17 added the documentation Improvements or additions to documentation label Apr 14, 2024
docs/src/paradigms.md Outdated Show resolved Hide resolved
docs/src/peculiarities.md Outdated Show resolved Hide resolved
docs/src/paradigms.md Outdated Show resolved Hide resolved
docs/src/peculiarities.md Outdated Show resolved Hide resolved
asinghvi17 and others added 3 commits April 16, 2024 08:43
Co-authored-by: Rafael Schouten <[email protected]>
Co-authored-by: Rafael Schouten <[email protected]>
Co-authored-by: Rafael Schouten <[email protected]>
docs/src/peculiarities.md Outdated Show resolved Hide resolved
@asinghvi17
Copy link
Member Author

This should be ready to merge now, in so far as I'm happy with its state. Experiment pages aren't in the sidebar now, but will be once we figure out the exact predicates and have some nice test cases to show off. You can access them directly through URL though.

@asinghvi17 asinghvi17 merged commit 8f46d15 into main Apr 23, 2024
3 checks passed
@asinghvi17 asinghvi17 deleted the as/docs branch April 23, 2024 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants