Library of Data Structures?

BlitzMax Forums/BlitzMax Beginners Area/Library of Data Structures?

ReconditePhreak(Posted 2011) [#1]
Is there a library/module with common Data Structure implementations? Things like priority queues, hashtables, heaps, etc?

The closest I could find is http://www.blitzbasic.com/codearcs/codearcs.php?code=1881, and that's not really what I'm looking for.