microsoft / Trill

Trill is a single-node query processor for temporal or streaming data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Direct support for .Net 4.7 and later features

cybertyche opened this issue · comments

.Net 4..7 introduced the Span data type for better direct memory access. This feature, as well as potentially many others, could be used to either simplify the Trill code base or to improve performance for users of later framework versions.