A basic polynomial library

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • polygo

    A polynomial library.

  • Here is the repo URL: https://github.com/SeanJxie/polygo

  • go-tfhe

    🐿️ Pure go implementation of TFHE Fully Homomorphic Encryption Scheme

  • This is awesome. I am currently working on a fully homomorphic encryption library in go (https://github.com/TheDonutFactory/go-tfhe) that requires fast polynomial multiplication. I’ll kick the tires with your library soon.

  • 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.

    InfluxDB logo
  • prysm

    physical optics: integrated modeling, phase retrieval, segmented systems, polynomials and fitting, sequential raytracing... (by brandondube)

  • You might find inspiration for many orthogonal polynomials from my python library. You can accelerate most of the special Jacobi polynomials by a large amount, since their A, B, C recurrence coefficients are constants, which in turns makes some of the key terms like "B_n x" into constants, removing work from the loop of Clenshaw's method.

  • GoLint

    Discontinued [mirror] This is a linter for Go source code. (deprecated)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts