runspired 🐹

@runspired
109 Followers
111 Following
142 Posts
Engineer working on Web Platforms and Performance
🏔Mountain/Ultra/Trail Runner
OSS | 🐹 EmberData, HammerJS, VerticalCollection, HtmlNext
🏙 @auditboard 💜 | ex @linkedin @isleofcode
Bloghttps://runspired.com
GitHubhttps://github.com/runspired
LinkedInhttps://www.linkedin.com/in/runspired/

One thing I found interesting in the upset proposal was the callout that some JS engines optimize a specific pattern for upsert and its easy to not hit the pattern.

The pattern they showed was not the pattern I use. So I wrote a micro bench. As always I don't super trust micro benches but it does appear my intuition for which would be faster beats the one that JS engines supposedly optimize.

~30% faster on maps of 100 items, ~10% faster on maps of 10k items, ~20% faster on maps of 100k items.

Apparently Metatext didn’t upload the meme photo 🤣

So here is another attempt

TIL You can use emojii in URLs 😱

Added in AbortController support and tests. You need not define your own, but if you do it gets entangled. Handlers can abort individual bits via the controller they define and own. Top level signal aborts all!

#javascript #reactjs #svelte #next #vue #emberjs #emberdata

👀looking pretty good that RequestManager will ship by Thanksgiving (and thus be in 4.9) #emberdata

Things that did not age well: these slides I made last month for a new #javascript talk on how data IS THE framework (titled “loading, please wait…”) 🤣

#riptwitter #emberjs #emberdata

Starting new features by writing READMEs and docs is awesome #emberdata 🎉

https://github.com/emberjs/data/blob/feat/request-manager/packages/request/README.md

data/README.md at feat/request-manager · emberjs/data

A lightweight reactive data library for javascript applications. Designed over composable primitives. - data/README.md at feat/request-manager · emberjs/data

GitHub