logo
首页技术栈工具库讨论
LinearSplit

LinearSplit

The LinearSplit module implements partitioning the sequence of items to the subsequences in the order given. The items can be splitted using greedy heuristic or using the linear partition algorithm to minimize the maximum cost over all ranges (see the 'The Algorithm Design Manual' by Steven S. Skiena..). The library can be used to balance the work across processors to minimize the run time. For the library usage take a look in examples/Splitter.hs.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconrukav/LinearSplit1
HACKAGE
carbal install LinearSplit
查看
标签
根据用户添加的标签生成
暂无标签