pi benchmark #190
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
rust
technical-debt
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
navicore/patch-seq#190
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
add a benchmark for calculating pi similar to https://www.linkedin.com/posts/thomas-hansen-ainiro_python-is-malware-c-is-380-times-share-7413905545340047362-APUC/?utm_source=share&utm_medium=member_desktop&rcm=ACoAAAC5Ie0B5ZuVIJwipkpAtM1LNA4qsHP8oI0
Benchmarking programming languages using the Leibniz formula for calculating π
...
...
227 milliseconds for C# and 86 seconds for Python, good Lord. C# running on .NET10 and using SIMD accelerated types is, like, 380 time faster then Python. Using standard types, only about 86 times.
https://github.com/navicore/patch-seq/pull/191