You are totally right, that is a typo. For some reason I didn't notice that for really long time.
Right now it's not usable, stepping sometimes fails if debugger tries to step inside a CRT functi…
Is this filed as a bug on the GitHub?
- Casey
I've been playing around with an OSX platform layer that uses Metal for rendering. I was wonderin…
Pretty sweet! Kind of amazing visual studio hasn't done this after 20 years...
(BTW, pardon my p…
Looking really sweet!
- Casey
No, it cannot. We control the timing (obviously), so we only reload the DLL after the debug coll…
graeme —
What about rather than 'write the obvious code', which will be different in every language, inste…
That is a tough thing to justify when you're on the other side of the ocean :/
Seems like record…
I would like to clarify that when I say "type the obvious code" I am not talking about things on …
Stumbled across this recently and thought it would be of interest to folks here: Data-Oriented De…
Thanks, I updated the original post to open the file as read only.
How long til we can use this ? Also is there anything i can help out with on this ?
Awesome thanks!
You can make a read only buffer by buffer_set_setting and using the BufferSettin…
Hmm. String copying is made atomic? Unfortunate timing could catch the copying during dl loading.…
While new languages could be improving the wheel, a lot of them are just slight rehashes of an ol…
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…
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 …
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, …