性能优化
simd 优化
- https://github.com/OptimizeLab/docs/tree/master/tutorial/simd
OpenBLAS硬件优化
- https://github.com/OpenMathLib/OpenBLAS/wiki/Developer-manual#optimizing-gemm-for-a-given-hardware
FFTW
- https://www.fftw.org/fftw3_doc/
Go SIMD
- https://www.huawei.com/cn/open-source/blogs/optimizing-compilation-rules-to-improve-software-performance
性能优化
-
汇编
-
https://go-internals-cn.gitbook.io/go-internals/chapter1_assembly_primer
-
https://go.cyub.vip/go-assembly/
-
纯 Go 代码完成 ARM64 流水线和指令级优化
-
https://github.com/OptimizeLab/docs/blob/master/blog/opt_pipeline/opt_pipeline.md
-
Go语言归并排序算法调优
-
https://github.com/OptimizeLab/docs/blob/master/tutorial/algorithm/opt_go_algorithm/opt_go_merge_sort_algorithm.md
-
基于CPU Cache优化双精度通用矩阵乘法
-
https://github.com/OptimizeLab/docs/blob/master/tutorial/cache/opt_matrix_multiplication_by_cache/opt_matrix_multiplication_by_cache.md
-
应用CPU SIMD加速技术优化软件性能
-
https://github.com/OptimizeLab/docs/blob/master/tutorial/simd/opt_go_comparison_function_by_arm_simd/opt_go_comparison_function_by_arm_simd.md