limbo/bindings/javascript
Pere Diaz Bou 9291f60722 Introduce Register struct
OwnedValue has become a powerhouse of madness, mainly because I decided
to do it like that when I first introduced AggContext. I decided it was
enough and I introduced a `Register` struct that contains `OwnedValue`,
`Record` and `Aggregation`, this way we don't use `OwnedValue` for
everything make everyone's life harder.

This is the next step towards making ImmutableRecords the default
because I want to remove unnecessary allocations. Right now we clone
OwnedValues when we generate a record more than needed.
2025-03-27 17:53:02 +01:00
..
.yarn/releases Initial JavaScript bindings with napi-rs 2025-03-26 13:30:13 +02:00
__test__ Initial JavaScript bindings with napi-rs 2025-03-26 13:30:13 +02:00
docs Initial JavaScript bindings with napi-rs 2025-03-26 13:30:13 +02:00
npm Initial JavaScript bindings with napi-rs 2025-03-26 13:30:13 +02:00
src Introduce Register struct 2025-03-27 17:53:02 +01:00
.gitignore Initial JavaScript bindings with napi-rs 2025-03-26 13:30:13 +02:00
.npmignore Initial JavaScript bindings with napi-rs 2025-03-26 13:30:13 +02:00
.yarnrc.yml Initial JavaScript bindings with napi-rs 2025-03-26 13:30:13 +02:00
build.rs Initial JavaScript bindings with napi-rs 2025-03-26 13:30:13 +02:00
Cargo.toml Initial JavaScript bindings with napi-rs 2025-03-26 13:30:13 +02:00
index.d.ts Initial JavaScript bindings with napi-rs 2025-03-26 13:30:13 +02:00
index.js Initial JavaScript bindings with napi-rs 2025-03-26 13:30:13 +02:00
package.json Initial JavaScript bindings with napi-rs 2025-03-26 13:30:13 +02:00
yarn.lock Initial JavaScript bindings with napi-rs 2025-03-26 13:30:13 +02:00