v7unix VS vectrig

Compare v7unix vs vectrig and see what are their differences.

v7unix

Version 7 Unix for a POSIX world (by v7unix)

vectrig

Vectorized approximate trigonometry library optimized for GCC (by jeremysalwen)
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
v7unix vectrig
5 1
78 6
- -
2.7 10.0
almost 3 years ago almost 13 years ago
C C
- -
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.

v7unix

Posts with mentions or reviews of v7unix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-23.
  • Realist thing I’ve ever seen
    2 projects | /r/linuxmemes | 23 Aug 2022
    This is the source for grep. It's again only 1 file, and tiny. Only uses simple calls, etc. https://github.com/v7unix/v7unix/blob/master/v7/usr/src/cmd/grep.c
  • Do you use a linter?
    2 projects | /r/ProgrammerHumor | 10 Jun 2022
  • Implementing Cosine in C from Scratch
    10 projects | news.ycombinator.com | 29 Mar 2022
    This takes me back in time, to c. 1982 when I got curious about how computers calculated trig functions. Luckily I was using one of the first OSS systems (modulo AT&T lawyers): Unix V7. So I pulled up the source and took a look. You can still see it here: https://github.com/v7unix/v7unix/blob/master/v7/usr/src/libm...
  • There Is No 'Printf'
    1 project | news.ycombinator.com | 21 Oct 2021
    It's what historic Unix did: https://github.com/v7unix/v7unix/blob/master/v7/usr/src/libc...

    Why it did that? I'm not sure, but at the time C did not have 'void' functions: every function returned a value. They probably wanted to make the behavior of the stdlib functions deterministic, even if the return value was useless and undocumented.

  • what does (void*) -1 mean?
    1 project | /r/C_Programming | 20 May 2021
    See the V7 Unix source for sbrk here.

vectrig

Posts with mentions or reviews of vectrig. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-29.
  • Implementing Cosine in C from Scratch
    10 projects | news.ycombinator.com | 29 Mar 2022
    Thanks for explaining this. I actually wrote a SIMD implementation of trig functions years ago, using the techniques you describe.

    You can check it out: https://github.com/jeremysalwen/vectrig

    I compared several different methods of generating polynomials of different sizes for speed and precision (spoilers: taylor series were the worst and minimax polynomials (Remez algorithm) were the best).

    Another (surprising) thing which I learned during the project was that the range reduction was just as (if not more) important to the accuracy of the implementation than the polynomial. If you think about it, you will realize that it's actually pretty difficult to quickly and accurately compute the sin of large numbers like 2^50.

    I also tried to directly optimize the coefficients for the accuracy of the polynomial on the required range, but that experiment was unsuccessful.

    It's all there in the repository, the implementations, notes about the different polynomials used, and the accuracy/speed statistics for the different methods.

What are some alternatives?

When comparing v7unix and vectrig you can also consider the following projects:

pure-data - Pure Data - a free real-time computer music system

musl - unofficial musl mirror git://git.musl-libc.org/musl

wefx - Basic WASM graphics package to draw to an HTML Canvas using C. In the style of the gfx library

scratch-www - Standalone web client for Scratch

supercollider - An audio server, programming language, and IDE for sound synthesis and algorithmic composition.

systemd - The systemd System and Service Manager

Standard - 🌟 JavaScript Style Guide, with linter & automatic code fixer