文宇祥

Results 151 comments of 文宇祥

> > > @hackwaly, any plans to fix this? Also, do you plan to update earlybird for the latest OCaml? > > > > > > [fe2825a#r99353286](https://github.com/hackwaly/ocaml-dap/commit/fe2825a9ea31a3c7d27b394c9dd79695c756f9a0#r99353286) > > There's...

Current version is selected mainly performance reason. Pure js/mbt is order of magnitude slow than wasm.

Here's an implementation could reference https://github.com/consento-org/longfn/blob/1c81e1959c81f5614374625bca0f545177191ca5/index.mjs#L1007-L1105.

This plan has dropped in favor of another plan.

FYI: https://github.com/hackwaly/ocamlearlybird/issues/8 https://github.com/hackwaly/ocamlearlybird/issues/30#issuecomment-781566479

I strongly against to add `compare` and `hash` to **mutable** collection types. If it's needed, we can provide `Iter::compare` and `Iter::hash` as workaround. It's another question that should we provide...

We compiles `Bytes` / `FixedArray[Byte]` to `Uint8Array`. But due to implementation complexity, the backing buffer of `Array[Byte]` MAY be not `Uint8Array`. Some explanation here: In JavaScript `Uint8Array` has different prototype...

Sorry. There's `core/buffer` I forgot.

> I also have some doubt about the function name and function signature FYI: https://github.com/tc39/proposal-upsert