GraphEngine
GraphEngine copied to clipboard
More data structures in TSL
Currently we only have primitive data types, structs and lists. It could be very useful if we introduce other data types like set and map.
@yatli Native support Sets and Maps, Stacks and Queues would be fantastic! I'd love to see this fast-tracked ASAP! Right now I used Immutable types atop GE to get Sets and Maps and Queues - a bit of performance hit but I get high performance parallel access to our GE-based RDF-graph model.