GraphEngine icon indicating copy to clipboard operation
GraphEngine copied to clipboard

More data structures in TSL

Open yatli opened this issue 8 years ago • 1 comments

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 avatar Mar 01 '17 12:03 yatli

@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.

TaviTruman avatar Mar 16 '17 18:03 TaviTruman