Wael Boutglay

Results 40 comments of Wael Boutglay

Hello, sorry for not adding that, I was a little bit busy. Both SMTInterpol and OpenSMT 2 (master branch) can be used. I didn't also figure out how to better...

Thank you for pointing this out. I will fix this soon. I will also consider moving to shared pointer instead of the reference-counting we implemented. Feel free to report more...

In a last test, std::string consumed 11MB, while supersrring consumed 10MB. for the moment, don't use superstring with small amount of data. Rope structure are more performant with heavy text...

I have to admit that the api difference between `std::string::substr(startIndex, length)` and `SuperString::substring(startIndex, endInex)` tricked me, and many reviews from reddit and hacker news show how code quality can be...

The misleading benchmarks are removed, the development is focused on making it compatible with `std::string` so we can test in real-world applications.

Maybe you should so something like this: ``` dart (new gui.Window.get()).enterFullscreen(); ```

Awesome project, +1 for this issue

Somewhere like [Spectrum](https://spectrum.chat/) or [Slack](https://slack.com/), or even in reddit [Gitter](https://gitter.im) also sounds good!

@xandfury, I guess that Slack only lets the last 10000 messages, keeping the whole messages archive in our case is preferable and may be helpful for new comers.