Including c-files for fast factoring of code while developing. Is this something that scales to bi…
I've started working on the S-expression printer. Here's my WIP I'm allocating and concatenating …
Because it will be much harder to get people to use it. For compiling executables (applications or…
I haven't done any web development, however, I've heard a lot complain about JavaScript, CSS, HTML…
Hi I know I posted a somewhat similar question earlier but does 4coder have keys for movement like…
Thanks for the note! Usability stuff is on the way in the next couple builds, so this is the sort…
Hi Allen, First of all, thank you for 4coder. While having used it for just a bit, it does feel ni…
Found it. I'll be restoring it (along with some more blog posts) sometime later this week after I'…
Thanks for that resource, i will definitly check that out. Now regarding FPL: I fixed compiler-er…
Great, thanks Jeroen! I appreciate it.
You can use _mm_loadu_ps to load them without any alignment requirements. On modern machine you wo…
I don't use sublime so I may be wrong but it looks like this line is calling vsdevcmd.bat each tim…
I think that if you use VirtualAlloc to get some memory, windows uses 64 KB chunks. If you ask for…
That said there can be performance penalty if read/write crosses cache line. But this penalty com…
Thanks for the shared folder, works like a charm!
First of all modern Intel CPU does not care about 2/4/8 whatever alignment for regular instruction…
I'll look into this tomorrow, Ryan.
I think it's a problem with the site... I've now noticed that several of my old blog posts are mi…
CaptainKraft, Honestly I'm not sure what will happen in that situation currently, as I'm still spe…
Thanks, Mr4thDimension! I'm glad you enjoyed the read. I've come to the same realization as you di…
Surely this never happens. I mean, I compiled and tested the simple test project that came with O…
In C aligned_alloc exists because it uses malloc. And malloc does not guarantee big enough alignm…
Of course "aligned" alloc function makes sense if it internally uses function which does not guara…
This is exactly my point. OS directly gives you 4k aligned memory (via VirtualAlloc or mmap). Why…
Yes I seen that very good news.
I didn't know where else to put this as I didn't want to create a new thread. But can a moderator …
I didn't want to make a big announcement on stream or on the repo so people rush out and buy a dev…
Vkar —
Hi, we had some discussion in the chat. Here is my take on the spiral. Code is not meant to be goo…
Todd —
Nice. Sublime is my fav editor now. Anyone else got any other tips for Sublime?