Special HFT Tables.

Special HFT (High-Frequency Trading) tables are custom-engineered data structures optimized for real-time tick ingestion, minimal latency, and zero-allocation memory pipelines. These specialized layouts sit at the core of the database engine to handle non-relational market streams. For ingestion of data we support UDP and through Binance API. After which you can apply indicator and strategies on the data and get feedback through web sockets. You can also write incoming data on disk through supported batch writing written with linux io_uring for efficiency.