World: r3wp
[!REBOL3 Schemes] Implementors guide
older | first |
BrianH 28-Nov-2011 [2340x2] | It makes sense for Node.js, and would make sense for other compiled languages like Red and World. I suppose Topaz could build an R3-style port model on top of Node.js as well. |
Disk I/O pauses are becoming something that people complain about, like GC pauses. Only if it's faster or easier to use though. | |
Steeve 28-Nov-2011 [2342x3] | in R3, I noticed yh |
In R3, I noticed that the GC combined with the BALLAST option can erase the pause syndrom | |
It increase the GC refreshing rate and makes the pauses shorter | |
BrianH 28-Nov-2011 [2345x3] | Nice. I meant industry-wide, but it's good to hear that there's help for R3. |
Following the Win8 announcements, one of the interesting things is that WinRT, the new runtime, doesn't have blocking APIs. Only async. | |
File I/O can be pretty slow in some cases nowadays, particularly for accessing SD cards. I get freezes with AltME pretty often because of it waiting for blocking calls. | |
Steeve 28-Nov-2011 [2348] | Not only that, Altme has lot of rooms for speed improvements :) |
Maxim 22-Dec-2011 [2349x2] | funny thing is that single most effective way to increase disk I/O on windows 7 is to make all transfers non Async :-) |
it has been reported as being as much as 50% faster though all the explorer reporting becomes totally wrong... i.e. instead of wasting time trying to determine how fast and how much time it takes, it just does its copy and reporting is completely off, but its actually much faster. | |
Kaj 23-Dec-2011 [2351:last] | Sounds like a trade-off between throughput and responsiveness |
older | first |