Marc MacLeod
Marc MacLeod
Makes sense, I can do that - in general is this a change that you'd be interested in? For the simple case of needing to decycle an existing JS object,...
Yup, we're just as interested in benchmarks and performance as you are :). Without getting into too much detail our primary use case is: 1. We have a resolver that...
Ok after a bit of investigation, the original interface I proposed is definitely not the way to go. Passing around objects as function arguments decreases performance significantly (see below). ##...
@lateefj thanks for this - for now I'm just using his fork, but @pilu this would be very helpful to have in master
Additional motivation: compatibility with edge providers like cloudflare.
Addresses #10 without introducing a new package.
There are plenty of real world examples. For any project based application (where users have permissions for particular projects), this design does not seem tenable. For example, let's say we...
@devinea This is key, thanks for the tip! IMHO true should be the default - what's the argument for defaulting to creating a collection per role?
FWIW Zod type-checking performance has historically been pretty poor as projects increase in complexity. However, I have not checked on a real-world project lately. Most recent deep dive I've found...