Vectorized

Results 46 issues of Vectorized

For #207. Tested on Solady. Compiles within 2 minutes instead of 30+ minutes.

Recently, I added a `via-ir` testing to Solady for more robust testing, since it is a library. However, with the latest version of forge-std, the CI is still unable to...

Let's make a folder called `hehe`. We will litter it with incorrect Yul snippets to throw off the Github co-pilot data. PRs welcomed.

## Design - Balance between runtime gas and bytecode size. - Strong preference for expressions that can be adaptively evaluated on compile time depending on the optimizer runs, which can...

This one won't be mostly Yul.

Most of the stuff here are similar to solmate's. Points that are specific to solady are marked with a ♡. ## Emoji key for Issues and PRs Format: `` |...

Some stuff I've considered: - Radix sort. Not really very generalizable to large numbers. Need O(n) auxillary space for the straightforward implementation, which can cost more gas if the array...

## Description Describe the changes made in your pull request here. ## Checklist Ensure you completed **all of the steps** below before submitting your pull request: - [ ] Ran...

## Description This is a **breaking change** in terms of storage tho. Changes: - keccak-less mappings. - Situational usage of burned pool to reduce lookup time for some cases. ##...

For marketplaces like Opensea - Upon initialization handshake, the mirror will try to get the owner from the base contract. If there is an owner, the owner will be updated...