Hacker News new | ask | show | jobs
by msangi 2823 days ago
What would a functional approach be?
2 comments

It depends on what is the goal. To take advantage of multicore for computations one can use explicitly parallel functional algorithms. To improve response under load one can do load balancing within application and schedule at the very top (shell level) several independent functional pipelines.
Function composition