microsoft / GraphEngine

Microsoft Graph Engine
MIT License
2.2k stars 328 forks source link

More data structures in TSL #41

Open yatli opened 7 years ago

yatli commented 7 years ago

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.

TaviTruman commented 7 years ago

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