70 skills found · Page 1 of 3
needle-tools / Compilation VisualizerUnity Tool showing a timeline of assembly compilation. This is especially helpful when trying to optimize compile times and dependencies between assemblies. Besides showing a graphical view of compilation, selecting an assembly shows both dependencies and dependents of that assembly.
minio / HighwayhashNative Go version of HighwayHash with optimized assembly implementations on Intel and ARM. Able to process over 10 GB/sec on a single core on Intel CPUs - https://en.wikipedia.org/wiki/HighwayHash
NaC-L / MergenDeobfuscation via optimization with usage of LLVM IR and parsing assembly.
eshaz / Wasm Audio DecodersBrowser and NodeJS Web Assembly audio decoder libraries that are highly optimized for size and performance.
dbry / WavPackWavPack encode/decode library, command-line programs, and several plugins
slothy-optimizer / SlothyAssembly super-optimization via constraint solving
lh3 / UnimapA EXPERIMENTAL fork of minimap2 optimized for assembly-to-reference alignment
nologic / ShellccBuilding optimized shellcode using GCC. Suited for learning assembly and playing with the ABI
tool-buddy / Frame Rate BoosterOptimizer for Unity's Mono assemblies
jude-miller-dev / Java Conditional Statement CompilerJava 轻量级编译器,支持简单条件语句全编译流程(词法→语法→语义分析→中间代码→优化→汇编生成),含异常处理与符号表管理,基于 Vue+Spring Boot 提供可视化界面。 Lightweight Java compiler for simple conditional statements (lexical→syntax→semantic analysis→intermediate code→optimization→assembly generation), with exception handling, symbol table management and Vue+Spring Boot visual interface.
GoogleChromeLabs / Wasm Jpeg IjgDemo from Chrome Dev Summit of using Web Assembly to optimize images in a browser
InteractiveComputerGraphics / SymXSymbolic differentiation. C++ code generation. JIT compilation. Global assembly. Non-linear optimization.
hyln9 / GCNGEMMOptimized half precision gemm assembly kernels (deprecated due to ROCm)
shelkmike / MabsMabs, a genome assembly tool that optimizes parameters of Hifiasm and Flye
SneezeGUI / SparkMinerSparkMiner: A high-performance, open-source ESP32 Bitcoin solo miner. By combining the usability of NerdMinerV2 with the raw speed of BitsyMiner's pipelined assembly, SparkMiner delivers optimized hashrates (~725+ KH/s) to challenge paid firmware alternatives.
Ko- / RiscvcryptoOptimized assembly implementations of crypto for the RV32I (RISC-V) architecture
netspooky / I2aoIntro to Assembly Optimization stream repo
magna-eng / WentokensA highly gas-optimized tool for bulk token transfers (both ERC-20 and native ETH) written in Solidity and assembly.
atifrahman / SWALOScaffolding with assembly likelihood optimization
bonaert / Tinyc CompilerTinyC compiler (lexer + parser + IR + optimization + x86-64 assembly generation)