SunsetQuest / NewtonPlus-Fast-BigInteger-and-BigFloat-Square-RootLinks
A fast, possibly the fastest, square root function for large integers and floats in C# and Java. The algorithm uses a variety of new and existing ideas to calculate the square root with greater efficiency and better performance than other algorithms. The performance of this function only starts large numbers above 2^52.
☆15Updated 7 months ago
Alternatives and similar repositories for NewtonPlus-Fast-BigInteger-and-BigFloat-Square-Root
Users that are interested in NewtonPlus-Fast-BigInteger-and-BigFloat-Square-Root are comparing it to the libraries listed below
Sorting:
- Avalonia.PropertyGenerator generates the appropriate CLR members for Avalonia property definitions.☆23Updated 2 months ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- Actual C# Enums with values and better performance as a source generator☆44Updated last year
- Trace is an application for transforming bitmaps into vector graphics using BitmapToVector library.☆20Updated last year
- Adds a build timestamp to an assembly.☆19Updated 2 weeks ago
- XXHash for .NET Core 1.1/2.0 & .NET Standard 1.6/2.0☆29Updated 2 years ago
- International Components for Unicode for .NET☆38Updated this week
- Simple build versioning for .NET, powered by Git tags☆66Updated last week
- A LiteDB with realtime notifications☆43Updated last year
- Loads all the references on startup by actually using the types in the module initializer.☆38Updated last week
- Provides a reasonable way to do DB-first development with EF Core by allowing the customization of the reverse engineered model (i.e. sca…☆26Updated this week
- Provides publishing support for applications using Onova.☆23Updated last year
- SQLNado (SQLite Not ADO) is a .NET lightweight bloat free wrapper and object persistence framework based on SQLite.☆37Updated last month
- A .NET abstraction over the windowing systems of Windows/Mac/Linux.☆57Updated 2 years ago
- Text clustering algorithm, implemented in .NET☆21Updated 2 years ago
- Extended version of System.Collections.ObjectModel.ObservableCollection. This class allows you to use AddRange, invoking the CollectionCh…☆10Updated last week
- A CSharp library that makes it easier to work with Types dynamically.☆24Updated 2 years ago
- .NET Generic Host for UI applications☆29Updated last year
- Playground for testing msbuild in a "server" mode☆16Updated last year
- .NET buffer compression library with native speed, supports gzip, snappy, brotli, zstd, lz4, lzo.