Philip Linde
Philip Linde
In this case a simple one-slot memory reuse cache will suffice, since the code spends the bulk of its time freeing memory just to allocate the same amount of memory...
Here's how that looks btw: ```diff diff --git a/src/main/c/java_2_times_faster_than_c.c b/src/main/c/java_2_times_faster_than_c.c index 5d78e7a..8e6678c 100644 --- a/src/main/c/java_2_times_faster_than_c.c +++ b/src/main/c/java_2_times_faster_than_c.c @@ -20,8 +20,8 @@ #include #include -const int NODE_COUNT = 1000; -const long...
@davidgiven Correct me if I'm wrong, but a CP/M application could theoretically load screen manipulation routines with a standardized interface from a disk at run-time as necessary. These don't strictly...
Instead of manually punching the whole Collapse OS into EEPROM, maybe punch a smaller and even simpler bootstrapping OS into EEPROM that can accept hex listings as input and dump...
Press `⌘,` (or windows key + comma) to access iSH settings when the soft keys are disabled. The recovery mode can also be enabled via the iOS settings app. Just...
The advice given here doesn't apply to the tarball releases, which are not git repositories. Is there some way to build the software from release tarballs?
> Please unplug all MIDI cables instead of stopping sending active sens. The issue is repeatable without stopping sending active sensing messages, as described in the original report. > If...
I have tried with varying rates of active sensing messages now. On a 1024 frame system buffer size, at 48 kHz, I need to send active sensing messages every 40...