Tazmain Well yes I can agree for developers it makes sense. But you get game makers or app builde…
At what point does the new file hook get called in 4.0.16? I've set a custom hook for it, and it…
k2t0f12d Then everyone took that very ill-fitting mold, corrupted the browser, and turned it into…
ChronalDragon Amount of RAM is increasing, but the cost of accessing RAM is increasing relative t…
There's a couple ways to approach counterarguments for this. One which might resonate well with p…
Taz —
Well yes I can agree for developers it makes sense. But you get game makers or app builders these…
I strongly disagree. C# is much much more sane. Just don't use ASP.net. Use something sane, like …
I think for developers this is true. If something runs slowly (compiler, not enough memory, out o…
Taz —
Hello all,
I have heard from colleagues and others that today we don't care about writing clean…
why you gotta toss C# under the bus there!
Thanks for the reply Casey.
I completely understand why you left the platform layer how it is fo…
This is really interesting Martins... I will check it out! Maybe we can use it on stream...
Tha…
Yes, in this case by "shippable" I just mean that we have not focused on things that the end user…
memcpy could be faster because it supports only non-overlapping regions. memmove needs to test if…
Neo Ar —
yeah Delix pointed that out to me on IRC earlier, not a good day for me with math ;)
edit: oh al…
@miotatsu: x/1.5 = x/(3/2) = x*2/3 = x*3/3-x/3 = x-x/3
Neo Ar —
[s]Why did you change the growth factor from 1.5 to 2 and linear instead of exponential?[/s] 2 is…
Your code in _da_insert will do one memcpy too much. You need to start with size-1 index, not wit…
@mmozeiko
1. Ah, right; wasn't thinking about this. Implemented this change.
2. Wasn't sure abo…
@insofaras
Thanks! Also yeah, that would be a great feature; I'll implement that.
Also, you're …
I have a Pi and I've been wanting to get 4coder on it, but I don't think the time is right for it…
I believe the Linux 4coder port should already compile for 32-bit x86 (and probably ARM, but I ha…
Doeke —
This one should be easier then OSX I suppose.
Hopefully it's just a compile for ARM (what do i kn…
I just downloaded the project and I've found a few problems in the tutorial.
The name of the dir…
ratchetfreak, mrmixer
Thanks so much for taking the time and sharing your knowledge on this.
Ben
Looks pretty good, one thing I might miss from stb's stretchy buffer though is sb_add.
1memcpy(sb…
Before exploring possibilities for speeding up the computations in Tile Machine, I decided to add…
Neo Ar —
Why are you realloc'ing in the pop? RIP performance
if you want to have a way to shrink the cap …