You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is now a warpmerge branch where I have done this work. e7ba968 f814c02
Binary size is about the same. (windows jumped up by 2.5MB=>3.5MB)
Speed is the same. 1ms for everything (altho enabling compressed for javascript makes it take 9ms, but 250KB=>70KB, worth it on slow network)
memory usage 3MB => 1.1MB (windows usage increased 2MB => 3MB)
Overall I think its an improvement in every factor. (altho rust-analyser does not seem to play as nicely)
I think
warp
might be better thanrocket
for such a small project.TODO: Merge over to warp and see if it reduces the memory footprint (its only 2mb atm).
Also just curious how that library compares in features.
The text was updated successfully, but these errors were encountered: