Handmade Network»Feed
Jonathan Blow
I would like to clarify that when I say "type the obvious code" I am not talking about things on …
»
Michael Fairley
Stumbled across this recently and thought it would be of interest to folks here: Data-Oriented De…
»
Simon Anciaux
Thanks, I updated the original post to open the file as read only.
»
strangezak
How long til we can use this ? Also is there anything i can help out with on this ?
»
Allen Webster
Awesome thanks! You can make a read only buffer by buffer_set_setting and using the BufferSettin…
»
Gianluca Alloisio
Hmm. String copying is made atomic? Unfortunate timing could catch the copying during dl loading.…
»
Jack Mott
While new languages could be improving the wheel, a lot of them are just slight rehashes of an ol…
»
Timothy Wright
Things from the Article I would like to discuss: 1. All we are really doing is reinventing the w…
»
Jack Mott
ConcatAndCrushTheGC("First Half","Second Half"); That should scare people off
»
ratchetfreak
MandleBro I think it actually gets memory throughput bound with the 'obvious' SIMD solution, so w…
»
Jack Mott
The string example is a good one. Most managed languages, adding strings with the + operator is…
»
Jack Mott
I think it actually gets memory throughput bound with the 'obvious' SIMD solution, so we may need…
»
Laurie
I saw this and was really interested, but being based in the UK it's not really practical for me …
»
Laurie
Really interesting blog post. I definitely find that the "most obvious thing" approach starts to …
»
Simon Anciaux
Interesting ! If there is anything I can do to help you, I would be glad to do so.
»
Kim Jørgensen
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…
»
Abner Coimbre
Uncle Bob It's time to simply get down to work. We need to choose a language, or two, or three. …
»
ratchetfreak
mmozeiko You should try summing in multiple counters in parallel: 1 2 3double s1, s2, s3, s4; s1 …
»
Mārtiņš Možeiko
You should try summing in multiple counters in parallel: 1 2 3 4 5 6 7 8 9 10double s1, …
»
Laurie
Good luck with learning Haskell. I must admit I bounced right off Haskell, and quite a few other …
»
Nikita Smith
Hi everyone! I'm developing a debugger, and I just wanted to share a demo of a feature that I've …
»
walsh magger
Programs written in an Object Oriented model of computation are comprised entirely of objects, an…
»
Casey Muratori
IIRC, we do the string copy during collation, thus getting the benefit of persisting across hot c…
»
Abner Coimbre
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…
»
Neo Ar
Connor_Rentz Could you link your twitch account in the post? Linked :)
»
Gianluca Alloisio
I searched the forum but I couldn't find and answer. I don't have the source code so I can't chec…
»
Connor
Could you link your twitch account in the post? - Connor
»
Simon Anciaux
I made a parser to convert 4coder html documentation to a simple text file that you can open and …
»