Suminda Sirinath Salpitikorala Dharmasena

Results 116 comments of Suminda Sirinath Salpitikorala Dharmasena

You might be able to get the information by writing to: [email protected]

Colfer serialisation (https://github.com/pascaldekloe/colfer) is the fastest cross platform serialisation which you can use for benchmarking. But it would be worth while to see how you hold up with language specific...

OK. Consider other to out perform / outclass other JVM implementations also.

Alongside the normal flow syntax following also might be considered, where the type specification is completely separated, then comments in the middle of code. ``` /*:: function method(value: MyAlias): boolean...

I believe we have to keep one set of syntax closer to JS syntax as much as possible with support for Hindley-Milner style also.

My opinion now is to stick to Flow, JSDoc, TSDoc, ESDoc, etc format without any extensions, But support all, but one style would be consistently used within a file or...

Can all these be supported: | Name | Common | | --- | --- | | binary16 | Half precision | | binary32 | Single precision | | binary64 |...

> However, I'm not sure which one is better between the closed-ended enum approach and the open-ended tag type approach. Do you have any idea on this? Making open-ended would...

At 1st glance this implementation is not using newer C++ features: https://github.com/abolz/Drachennest/blob/master/src/dragonbox.cc I am not sure it they perform the same in terms of speed and memory use though.

@expnkx I am less interested in what version of the language is used as long as: 1. **the algorithm is correct** 2. **the algorithm is the fastest possible or fastest...