What is the most efficient implementation of arrays with functional updates?

前端 未结 4 1908
别跟我提以往
别跟我提以往 2020-12-28 23:56

I need an array-like data structure with the fastest possible functional update. I\'ve seen a few different implementation of flexible arrays that provide me with this prope

4条回答
  •  爱一瞬间的悲伤
    2020-12-29 00:41

    I have a very good experience with repa (nice demo). Very good performance, automatic parallelism, multidimensional, polymorphic. Recommended to try.

提交回复
热议问题