Stars
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filte…
pure B Tree that mimics the implementation of std::collections::BTreeMap
A library for building fast, reliable and evolvable network services.
Fast American option pricing using spectral collocation method based on integral form. An independent Crank Nicolson method is included for comparison.
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C /Python and implemented by myself. The proble…
stokhos / omscs-notes-notes
Forked from m4ttsch/omscs-notes-notesThe raw markdown notes for OMSCS Notes.
A playbook for systematically maximizing the performance of deep learning models.
📚 Solutions to Introduction to Algorithms Third Edition
CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)
Bringing Characters to Life with Computer Brains in Unity
Source code for "Influencing Long-Term Behavior in Multiagent Reinforcement Learning" (NeurIPS 2022)
Lightning-fast and Powerful Code Editor written in Rust
Turn SymPy expressions into trainable JAX expressions.
A Python library for the state-of-the-art Bayesian optimization algorithms, with the core implemented in C .
Companion code for "Modern Computational Finance: AAD and Parallel Simulations" (Antoine Savine, Wiley, 2018)
PyGRANSO: A PyTorch-enabled port of GRANSO with auto-differentiation
“连续八年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book
Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.
A book about Rust Data Structures and Algorithms.
Zero-cost asynchronous programming in Rust