awesome-optimizations
github.com/kubo39/awesome-optimizations ↗A list of curious optimizations!
4
GitHub Stars
54
Curated Resources
13
Categories
1 hour ago
Last Refreshed
CrystalDGoHareJavaJulia.NETNimPythonRustSwiftVZig
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me rust-lang/rust resources from awesome-optimizations"
Installation instructions →What's inside
.NET
Zig
Crystal
Python
- bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win)
- bpo-34561: Switch to Munro & Wild "powersort" merge strategy
- bpo-35537: subprocess uses os.posix_spawn in some cases
- bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe
- Issue #15038: Optimize python Locks on Windows
- pycore_condvar.h: remove Windows conditonal variable emulation, use Windows native conditional variable
Rust
- Change Mutex to use SRWLock on Windowsrust-lang/rust
- Command: Support posix_spawn() on FreeBSD/OSX/GNU Linuxrust-lang/rust
- Faster float conversion operationsrust-lang/compiler-builtins
- Implement a faster sort algorithmrust-lang/rust
- Implement feature sort_unstablerust-lang/rust
- Introduce deduced parameter attributes, and use them for deducing readonly on indirect immutable freeze by-value function parameters.rust-lang/rust
D
- fix Issue 14385 - AA should use open addressing hash
AA should use open addressing hash
- Improve isAlphaNum
- Optimize isHexDigit
Showing a sample of 54 resources. View the full list on GitHub →