30 open-source projects similar to simd-everywhere/simde, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Simde alternative.
Gorgonia is a Go library that provides an automatic differentiation engine and a computation graph framework for building and training neural networks. It functions as a CUDA-accelerated tensor library and a SIMD-optimized math library, enabling machine learning workflows entirely within the Go ecosystem. The library distinguishes itself through a dual-backend architecture that dispatches neural network operations to either a GPU or CPU depending on CUDA availability at runtime. It constructs differentiable directed acyclic graphs of tensor operations, supports reverse-mode automatic gradient
Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack
Opentracing support for Starlette and FastApi
:elephant: A Circuit Breaker pattern implementation for PHP applications.
🎯 A .NET library, developed by humans, for running a target dependency graph.
Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron
This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services using the circuit breaker pattern. It serves as a resilience tool for managing request timeouts, defining fallback logic, and protecting remote systems from overloading. The library differentiates itself through the integration of a health metrics exporter that streams real-time performance and status data of remote connections to external monitoring tools. It combines this observability with a circuit breaker state machine that tracks success and failure rates to block calls
Migrate your active record migrations to ecto compatible migrations
A Minimal, Header only Modern c++ library for terminal goodies 💄✨
Adds integration of the Jinja template language to FastAPI.
A zero-configuration, highly-configurable, unopinionated object mapper with viewable execution plans. Flattens, unflattens, deep clones, merges, updates and projects queries. .NET 3.5+ and .NET Standard 1.0+.
Simply LINQ your remote resources...
Distributed tracing instrumentation for asyncio with zipkin
Take a code screenshot using freeze by https://charm.sh/
A Python library (and CLI) for Amazon order history, line items, and transactions
Arthas is a Java diagnostic tool and runtime debugger designed for real-time troubleshooting of applications. It functions as a remote diagnostics agent that allows users to inspect the runtime state of a Java process, including its heap objects and classloader hierarchies, without requiring a process restart. The project distinguishes itself through advanced bytecode manipulation capabilities, enabling live class hotswapping and the modification of bytecode in running processes. It supports in-memory source compilation and runtime bytecode decompilation to verify and update logic instantly w
AssociatedEnum: header-only library for C++ for enumerations with associated values
pydantic-resolve is a Pythonic clean architecture implementation
A tiny, neat C library that portably invokes native file open and save dialogs.
Extract JavaScript files from burp suite project with ease.