-
http://package.elm-lang.org/packages/Skinney/elm-array-exploration/2.0.4/ suggests `import Array.Hamt as Array`. But `import Array.Hamt as Array exposing (..)` appears to better.
-
Without going off the deep-end with modularity, it might be nice to have a way of incrementally building the library. For instance to specify which types are included when building in the grunt cli.
…
-
https://github.com/michaelwoerister/hamt-rs
```
101 brian@ip-10-145-43-250:~/dev/hamt-rs⟫ git log -1
commit 7bb893a2e4e5258b9bfcef46355a1dedfe0fc596
Author: Michael Woerister
Date: Tue Oct 2…
brson updated
7 years ago
-
Investigate other implementations that could serve as a suitable dependency. [HAMT+](https://github.com/mattbierner/hamt_plus) looks promising. May need to write and publish custom TypeScript typings,…
-
#### Version Information:
#### Type:
Bug
#### Description:
Sorry for the issue creation spam but I'm attempting to refactor dependencies in my project which utilizes IPFS. I wiped out my `…
-
It would be helpful to have a `hamt-filter` function, in addition to an `hamt-has-value?` that just searches through all the values. However my main suggestion is `hamt-map`. Currently it returns a li…
-
This will let us care less about polyfills.
For example, `String#padStart` is supported in all browsers, but in NodeJS only since v8.2.1+ http://node.green/#ES2017-features-String-padding.
As th…
glebm updated
7 years ago
-
Hi there!
Hamt seems cool! I'm looking for sort of a lightweight immutable-js (data persistent structures of maps/dictionaries and list/collections) so I thought I'd inquire about this project or if …
-
We use a cached local node for prepending and appending operations, to keep increase performance on the last modified node.
This means we copy the node(which will always be < 32 length) and append t…
-
Hi,
I checked out the latest code from master, and after passing the following build command (because clang is no longer default on 10.12.x but /usr/bin/llvm-gcc(++) are):
`
env CC=/usr/bin/cl…