Comment on ICFP '09: "Get rid of cons!" Guy Steele on parallel algorithms & data structuresComments−silverlake17yBring back SETL. Higher order operations on abstract sets can hide the complexity of parallelism. Under the hood you can implement sets using whatever data structure fits your hardware (single core, multiple cores, GPUs, weird memory hierarchies).
Comments
Bring back SETL. Higher order operations on abstract sets can hide the complexity of parallelism. Under the hood you can implement sets using whatever data structure fits your hardware (single core, multiple cores, GPUs, weird memory hierarchies).