Things from the Article I would like to discuss:
1. All we are really doing is reinventing the w…
ConcatAndCrushTheGC("First Half","Second Half");
That should scare people off
MandleBro I think it actually gets memory throughput bound with the 'obvious' SIMD solution, so w…
The string example is a good one. Most managed languages, adding strings with the + operator is…
I think it actually gets memory throughput bound with the 'obvious' SIMD solution, so we may need…
I saw this and was really interested, but being based in the UK it's not really practical for me …
Really interesting blog post. I definitely find that the "most obvious thing" approach starts to …
Interesting !
If there is anything I can do to help you, I would be glad to do so.
In OpenGLRenderCommands the glBindFramebuffer pointer is checked
1b32 UseRenderTargets = (glBindF…
Mór —
DanB91 hendrix Bjarne Stroustrup: Why the Programming Language C Is Obsolete
https://www.youtube…
Uncle Bob It's time to simply get down to work. We need to choose a language, or two, or three. …
mmozeiko You should try summing in multiple counters in parallel:
1
2
3double s1, s2, s3, s4;
s1 …
You should try summing in multiple counters in parallel:
1
2
3
4
5
6
7
8
9
10double s1, …
Good luck with learning Haskell. I must admit I bounced right off Haskell, and quite a few other …
Hi everyone! I'm developing a debugger, and I just wanted to share a demo of a feature
that I've …
Programs written in an Object Oriented model of computation are comprised entirely of objects, an…
IIRC, we do the string copy during collation, thus getting the benefit of persisting across hot c…
Kevn So I apologize if this post is inappropriate by the fact that it does not directly pertain t…
Kevin —
Hello, I am currently trying to implement the Expanding Polytope Algorithm in 3D space using a re…
Connor_Rentz Could you link your twitch account in the post?
Linked :)
I searched the forum but I couldn't find and answer. I don't have the source code so I can't chec…
Could you link your twitch account in the post?
- Connor
I made a parser to convert 4coder html documentation to a simple text file that you can open and …
This blog post summarizes some ideas I've been kicking around in my head, partly inspired by Jona…
Well, I don't really like the idea of having to learn external APIs and trying to get libraries t…
I'm wondering if using libclang (like vim YouCompleteMe or Emacs Irony do) could not be a good (e…
There is a private github repo. How to gain access is explained in the sendowl link I believe.
H…
Hello everyone !
One feature that I would love to have while browsing the Handmade Hero code wou…
Thanks :) It can be seen more clearly in a couple of small games I have here: www.mattiasgustavss…
What is it?
A 1-2 hour livestream 5 days a week, archived on youtube, in which I develop a hand…