rjmcguire
rjmcguire
Adding the copyright in each file does help with piece of mind. And forces you to make sure each file is indeed compatible with the overall license. Also nice to...
Would be cool to do something reminiscent of [Next](https://www.google.com?q=NeXT+Computer+logo).
@Gigabyte-Giant that might be a little _too_ similar :D
dlangui is the right approach to get something up quick even if it doesn't quite fit your code style or whatever. ... I went and looked at the code now,...
It is possible. You could have a go at it. I normally use pegged to do compile time parsing: https://github.com/PhilippeSigaud/Pegged I don't see an example sql PEG. This could be...
On Mon, Aug 1, 2016 at 10:21 AM, Andrea Fontana [email protected] wrote: > (anyway: I don't care too much about parsing malformed html and fixing it. > It would be...
On Fri, Jun 10, 2016 at 9:58 AM, Lodovico Giaretta wrote: > > Looks like we are not memory bound... > Also, the Cursor is that slow compared to the...
On Fri, Jun 10, 2016 at 10:12 AM, Lodovico Giaretta < [email protected]> wrote: > @rjmcguire https://github.com/rjmcguire My benchmark driver ( > source/random_benchmark/random_benchmark.d) has an option to output > statistical data...