Sep 0.10.0 - 21 GB/s CSV Parsing Using SIMD on AMD 9950X 🚀
Sep 0.10.0 was released April 22nd,
2025 with optimizations
for AVX-512 capable CPUs like the AMD
9950X (Zen 5) and updated benchmarks
including the 9950X. Sep now achieves a staggering 21 GB/s on the 9950X for
the low-level CSV parsing. 🚀 Before 0.10.0, Sep achieved ~18 GB/s on 9950X.
Apple is reportedly planning a major shift in its iPhone release strategy starting in 2026, with the introduction of its first foldable iPhone alongside the...
actions/ai-inference を使って GitHub Actions のワークフローから AI モデルを呼び出す
actions/ai-interface あh GitHub Actions のワークフローから AI モデルを呼び出すための公式のアクションです。これを使用することで CI/CD のワークフローから AI モデルを簡単に利用できるようになります。この記事ではプルリクエスト上で AI に記事のレビューをしてもらうという実践的な使用例を紹介します。