@neauoire the Cilk parallel language is built around this idea and uses a work-stealing queue that tries to maximise data cache hits for the processing. https://en.wikipedia.org/wiki/Cilk
Top-level
@neauoire the Cilk parallel language is built around this idea and uses a work-stealing queue that tries to maximise data cache hits for the processing. https://en.wikipedia.org/wiki/Cilk No comments
|