You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Methods in numerical analysis. Includes: Lagrange interpolation, Chebyshev polynomials for optimal node spacing, iterative techniques to solve linear systems (Gauss-Seidel, Jacobi, SOR), SVD, PCA, and more.
Ultra-low latency C++20 Smart Order Router for crypto perpetuals. Features an O(N) K-way merge phase that eliminates std::sort, pure-integer greedy allocation, and regime-aware dynamic latency penalties based on volatility and book imbalance. Zero heap allocations and exception-free.
High-performance C++20 Smart Order Router (SOR) and Order Management System (OMS). Stateless routing, lock-free SPSC queues, zero heap allocation on the hot path, pre-trade risk controls, latency-aware execution, automatic rerouting, and deterministic multi-exchange order execution..
Código de ejemplo para la asignatura de "Sistemas operativos y Redes computacionales", el problemas de concurrencia en procesos llamado "Los fumadores"
Zero-dependency TypeScript parser for OTDR SOR (Standard OTDR Record) files. Supports Bellcore/Telcordia SR-4731 v1.x and v2.x. Works in Node.js and browsers.
Desktop app. Evaluates system of equations. Six different methods. Three Direct methods: Gaussian Elimination, Gauss Jordan, LU Decomposition. Three iterative methods: Jacobi, Gauss Seidal, Successive Over Relaxation (SOR).