Module colorizer.trie
Trie implementation in luajit.
This module provides a Trie data structure implemented in LuaJIT with efficient memory handling. It supports operations such as inserting, searching, finding the longest prefix, and converting the Trie into a table format. The implementation uses LuaJIT's Foreign Function Interface (FFI) for optimized memory allocation.