microsoft / Trill

Trill is a single-node query processor for temporal or streaming data.
MIT License
1.25k stars 133 forks source link

Removing unsafe code in FastMap for better diagnostics #150

Closed arunkm closed 3 years ago

arunkm commented 3 years ago

The FastMap used in Trill has unsafe code for optimization, which reduces diagnosibility without providing much benefit. So converting the FastMap into safe alternative.