Vladislav

Results 74 issues of Vladislav

Nobody answered me in #512 🥲, so I decided on my own what implementation to use. Instead of a copy loop: ```asm .loop: MOVB [dst], value DEC size CMP size,...

This Pull Request fixes [1970](https://github.com/boa-dev/boa/issues/1970). It changes the following: - Added From, From for JsBigInt - Added From, From for Numeric

enhancement
API

**Describe the bug** Discovered when testing #182. The following script: ```lua local conj_ttl = redis.call('ttl', conj_key) if conj_ttl < timeout then -- some code end ``` expects `conj_ttl` always to...

bug

just place to discuss stable state replication, not ready to be reviewed in any way

Migrating replication branch on main, part 1 Implementation taken from MVP #352 * Add dedicated summary file to multi file snapshots * Support loading multi file snapshots * Introduce AggregateValue...

Migrating replication branch on main, part 4 Mixed implementation: - dflycmd replication is a full rewrite - replica is taken from the prototype (it really needs refactoring, but lets keep...

Implements RCU (read-copy-update) for updating the centralized channel store. Contrary to old mechanism of sharding subscriber info across shards, a centralized store allows avoiding a hop for fetching subscribers. In...