View previous topic :: View next topic |
Author |
Message |
grignaak
Joined: 25 May 2007 Posts: 9 Location: Seattle
|
Posted: Thu Aug 23, 2007 11:21 pm Post subject: Design Paradigm Shift |
|
|
So, I'm at the first ever D Developers' Conference and Kris (of Mango and Tango fame) gave an excellent talk on Array Slicing to speed up libraries. The idea is that although having a garbage collector is a good thing, it can really slow down your program if you rely on it to heavily. In essence, you become GC bound.
So, with that in mind and because a streaming parser is supposed to be fast, I've decided to revamp my design to take advantage of this new way of thinking.
I know the milestone is supposed to be tomorrow. But what with this change, and me moving back to school (and my son is teething), it will be pushed back to the end of next week.
Last edited by grignaak on Mon Oct 27, 2008 11:56 am; edited 1 time in total |
|
Back to top |
|
|
indeyets
Joined: 21 Sep 2007 Posts: 4 Location: Saint-Petersburg, Russia
|
Posted: Fri Sep 21, 2007 12:12 pm Post subject: |
|
|
any updates?
I was working with yaml for quite some time (mostly with why's "Syck" library) and am very interested in D implementation |
|
Back to top |
|
|
grignaak
Joined: 25 May 2007 Posts: 9 Location: Seattle
|
Posted: Thu Sep 27, 2007 11:14 am Post subject: Pardon Me |
|
|
I too am interested in a D yaml implementation. I can't wait until this one is done!
No updates at this time.
Right after the D Conference I moved back to school and am yet without internet except when I'm working in the lab (you should see my inbox - it is horrible. But not as bad as my wife's ;). So as soon as the local ISP actually connects internet at my house, I am unable to consistently work on this.
I know Excuses, but hey being a student is tough sometimes.
--Michael Deardeuff |
|
Back to top |
|
|
|