mqtree is an Erlang NIF implementation of N-ary tree. It is a dependency for the last release of chat/ejabberd.
5 lines
235 B
Text
5 lines
235 B
Text
mqtree is an Erlang NIF implementation of N-ary tree to keep MQTT topic filters
|
|
for efficient matching.
|
|
|
|
This library was written for ejabberd which still uses it. It was split off
|
|
into its own project to follow Erlang/OTP guidelines.
|