parallelism
Here are 259 public repositories matching this topic...
Gamma correction is among the things most often done wrong by graphics programming novices. It's almost as bad as missing scene-related color transforms and linear volume sliders in the average video game. The code example in the readme should definitely mention to adjust.Gamma(img, 1/2.2) before doing any color mixing and adjust.Gamma(img, 2.2) before saving back to file (for as long as _bild
It would be useful to see how riko compares to other stream processors. Possible metrics to track are open sockets, bandwith, CPU, and memory usage.
Try to add anchor links to table rows in documentation (specifically for performance counters, to allow linking to specific counters).
Just opening this as a reminder for myself. Someone knowledgable in sphinx and restructuredtext can feel free to do it as well.
-
Updated
Jul 10, 2020 - D
It would be nice if someone can extend the readme file with proper conversion.
-
Updated
Apr 25, 2019 - Python
-
Updated
Jan 4, 2020
-
Updated
Mar 27, 2020 - TypeScript
Crash java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Unable to load script from assets 'threads/pre-load-data-worker.thread.bundle'. Make sure your bundle is packaged correctly or you're running a packager server.
, tile_evenly() should first clamp(num_tiles, range.size()).
Otherwise, we may end up with a tiling that isn't a tiling, or somehow doesn't make sense otherwise.
Plasma currently allows _ for function parameter names, but this makes less sense with Plasma than something with clauses such as ML or Prolog. We should probably remove it simplifying the language. This will (for now) not provide a way for programmers to avoid unused argument warnings, but we can add other ways to suppress these.
Improve this page
Add a description, image, and links to the parallelism topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallelism topic, visit your repo's landing page and select "manage topics."
Hi, I'm not sure if more platforms are interesting to you, but I've made a slightly more complete implementation of padding a struct to the cache line size here:
https://github.com/tinco/cache_line_size
I got the information on the cache line sizes from the Go compiler repository, so I'm pretty sure these are correct for all platforms Go runs on, which is a whole bunch.