core icon indicating copy to clipboard operation
core copied to clipboard

the layout of `immut/array`

Open bobzhang opened this issue 5 months ago • 1 comments

Background Following the name scheme https://github.com/moonbitlang/core/pull/2632, either we change the layout to immut/persist_array or simply move this to moonbitlang/immut/vector. The issue is that immutable vector is not of much use but requires lots of maintainance overhead And

But

Therefore

bobzhang avatar Aug 31 '25 12:08 bobzhang

This raises a new question: Should we migrate to Java's name convention for data structures? Like TreeMap, SkipListMap...

So immut/array goes to immut/hamt_array?

hackwaly avatar Sep 01 '25 07:09 hackwaly