D2 port of Sociomantic CDGC available for early experiments

ketmar via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Oct 8 10:54:18 PDT 2014


On Wed, 8 Oct 2014 20:47:09 +0300
ketmar via Digitalmars-d-announce
<digitalmars-d-announce at puremagic.com> wrote:

p.s. i believe that there shouldn't be any flags that turns off range
checking. if someone wants to do it "fast", he can use pointer
arithmetics (this is exactly the same as using arrays with range checks
off). that's what i'm doing in my code: writing everything using
arrays, which are range-checked. then profiling and rewriting
bottlenecks using pointer arithmetics. and i found that i rarely ever
need to go pointers, 'cause optimizing algorithms has much bigger
impact on performance.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-announce/attachments/20141008/ea98fb58/attachment.sig>


More information about the Digitalmars-d-announce mailing list