- DirectX12 and Vulkan benchmark applications
- Hair rendering example (roving capsules)
- Improved included threadpool
- Bring your own threadpool. :)
...And lots more. API is still stable. Come check it out!
- DirectX12 and Vulkan benchmark applications
- Hair rendering example (roving capsules)
- Improved included threadpool
- Bring your own threadpool. :)
...And lots more. API is still stable. Come check it out!
Currently optimizing my rust threadpool, and going into super fine detail like this is something i do miss time-to-time
Currently optimizing my rust threadpool, and going into super fine detail like this is something i do miss time-to-time
github.com/joblib/threa...
github.com/joblib/threa...
github.com/joblib/threa...
github.com/joblib/threa...
Node caps the threadpool at 4. Nub lets this float to the number of machine cores (with conservative nicing beyond 4), increasing max throughput for crypto, zlib, DNS, and native addons like bcrypt and sharp
Node caps the threadpool at 4. Nub lets this float to the number of machine cores (with conservative nicing beyond 4), increasing max throughput for crypto, zlib, DNS, and native addons like bcrypt and sharp
The real cause was .NET ThreadPool starvation, not the client, and it took Playwright load testing to reproduce it.
www.nevitech.co.uk/blog/diagnos...
#umbraco #dotnet #redis
The real cause was .NET ThreadPool starvation, not the client, and it took Playwright load testing to reproduce it.
www.nevitech.co.uk/blog/diagnos...
#umbraco #dotnet #redis
gist.github.com/xevix/c320ed...
gist.github.com/xevix/c320ed...
Spawning the 1st worker with std::thread probably fixes it, but it's remarkably hard to reproduce the issue… #rustlang
Spawning the 1st worker with std::thread probably fixes it, but it's remarkably hard to reproduce the issue… #rustlang
Nothing fancy really, just a way of shoving arbitrary funcs (including capturing lambdas) into ordinary func pointers without needing any inheritance or allocation.
E.g. ThreadPool:
Nothing fancy really, just a way of shoving arbitrary funcs (including capturing lambdas) into ordinary func pointers without needing any inheritance or allocation.
E.g. ThreadPool:
#java #thread #threadpinning #threadpool #virtualthread
dev.to/maschiojv/your-l...
#java #thread #threadpinning #threadpool #virtualthread
dev.to/maschiojv/your-l...
https://thedevsignal.com?utm_source=bluesky&utm_medium=social
https://thedevsignal.com?utm_source=bluesky&utm_medium=social
- various O(n) footguns
- stale ClickHouse keepalive sockets
- libuv DNS threadpool starvation
- silly and wrong constants causing trouble
- plc mirroring stalled for 9 hours
- various O(n) footguns
- stale ClickHouse keepalive sockets
- libuv DNS threadpool starvation
- silly and wrong constants causing trouble
- plc mirroring stalled for 9 hours
Replace the built-in job system (adapted from Wicked Engine) by an alternative, using three hooks in BVHContext.
TinyBVH remains single-header and dependency-free of course.
github.com/jbikker/tiny...
Replace the built-in job system (adapted from Wicked Engine) by an alternative, using three hooks in BVHContext.
TinyBVH remains single-header and dependency-free of course.
github.com/jbikker/tiny...