TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

AVX-512を活用したキャッシュフレンドリーなIPv6 LPM(線形化B+木、実BGPベンチマーク付き)

このプロジェクトは、AVX-512命令セットを活用してIPv6最長一致検索(LPM)を高速化するキャッシュフレンドリーな実装です。線形化されたB+木データ構造を使用し、実際のBGPルーティングテーブルでのベンチマーク結果を提供しています。

関連記事

  • The article describes how IPv6 can be used with Cloudflare to run multiple services on a single server without needing a reverse proxy. This approach leverages IPv6's abundant address space to assign unique addresses to different services.

  • SQLite can function effectively as a database for REST APIs, with the author confirming it works well in practice. The article explores using SQLite for API backend databases rather than traditional client-server systems.

  • The article explains how to extract ActiveStorage blob IDs from expiring file URLs in Ruby on Rails. It provides methods for decoding the signed blob IDs from ActiveStorage URLs to access the underlying file references.