fast_inv_sqrt VS triangulate

Compare fast_inv_sqrt vs triangulate and see what are their differences.

fast_inv_sqrt

attempt to understand the _evil floating point bit level hacking_ (by jethrodaniel)

triangulate

An asymptotically fast triangulation package for Go. (by osuushi)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fast_inv_sqrt triangulate
1 1
1 1
- -
10.0 0.0
over 3 years ago almost 2 years ago
C Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fast_inv_sqrt

Posts with mentions or reviews of fast_inv_sqrt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-23.
  • Copilot just sells code other people wrote
    7 projects | news.ycombinator.com | 23 Jun 2022
    That regurgitated code exists on Github exists under an MIT license: https://github.com/jethrodaniel/fast_inv_sqrt

    "jethrodaniel" does not appear to have the copyright to offer that license, but it's hard for Github to determine that in general, so I doubt they would be liable for the error.

triangulate

Posts with mentions or reviews of triangulate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-23.
  • Copilot just sells code other people wrote
    7 projects | news.ycombinator.com | 23 Jun 2022
    I can give you an example of an entire (well, I still consider it alpha) library I wrote several months ago, using Copilot: https://github.com/osuushi/triangulate

    This is an implementation of a 1991 paper on polygon triangulation into Go. So the deepest thinking about how to solve the problem was obviously already done for me, but there were a number of edge cases that I had to invent my own solutions to, and the translation itself involved keeping a lot of context in my head.

    I can’t tell you in precise detail what Copilot did, and what I wrote by hand. I wasn’t taking notes or recording my screen. But there’s a reason you don’t see a lot of blocks in there where I forgot to comment anything, because my entire process for this was “type what I want to do in English, and see if Copilot will generate the next snippet, or something close”. I didn’t do this out of bloodyminded dedication to the AI cause, but because it continued to be an extremely effective way to get the code written quickly.

    I can give a few specifics:

    - My linear algebra is rusty, and Copilot was extremely helpful here. I would often just type the basic thing I was trying to do in pretty vague linear algebra terms, and it would generate the formula.

What are some alternatives?

When comparing fast_inv_sqrt and triangulate you can also consider the following projects:

nt5src - Source code of Windows XP (NT5). Leaks are not from me. I just extracted the archive and cabinet files.

NT5.1 - Windows NT 5.0 kernel source code.

pathfind - Path finding on a 2D polygonal map

WinNT4 - Windows NT4 Kernel Source code

NT4.0 - Windows NT 4.0 source code leak

polyclip-go - Go library for Boolean operations on 2D polygons.

imaginary-programming-thesis