flip111

Results 333 comments of flip111

Here is a benchmark what is the fastest to echo ```php

To avoid crossing edges [planarization](https://en.wikipedia.org/wiki/Planarization) is needed. Efficiently packing shapes into a plane is a [packing problem](https://en.wikipedia.org/wiki/Packing_problems). You can also emply [force](https://bl.ocks.org/mbostock/4062045) to layout nodes, but this is an approximate...

https://github.com/tgingold/ghdl/issues/111#issuecomment-344714406

I saw that https://hackage.haskell.org/package/turtle-1.5.13/docs/src/Turtle.Prelude.html#inhandle uses https://hackage.haskell.org/package/text-1.2.3.1/docs/Data-Text-IO.html#v:hGetLine for ByteString https://hackage.haskell.org/package/streaming-bytestring-0.1.6/docs/Data-ByteString-Streaming.html#g:17 would be needed. While Text has some nice properties .. to be able to use ByteString is good too

Thank you for providing the haskell translation. I have to be honest and say that it's too long and too verbose. The time to write it, the time to read...

> Interesting ... Have you tried benchmarking it against the Spock-core api? No i haven't, what would that entail? > Also curious about the Socket errors: connect 0, read 0,...

> I'm not sure I understand the issue there. If you extend indent/outdent to use a different indentation size, it's not clear to me why that would have an effect...

@aschwin zephir is like a layer on top of C with zend Api. Imo it would be best to make it as transparent as possible so that a class in...

@nikic maybe reflection can help for the subNodes. However the `Class_` has as first argument the `$name` which is not part of the subNodes. `Break_` has as first argument `$num`...