#stringify
ya in my own cbor guy i use a Uint8Array instead of a Bytes which is really nice (and then for JSON you can use a stringify replacer function which is kinda slowwww but it's json soooo . idc. u could override Uint8Array.prototype.toJSON i guess)
November 2, 2025 at 2:49 AM
Anyone used #n8n? My boss reached out:

“…I don’t see we have an internal champion right now that can lead the establishment of these automated workflows, so seeing if this is an area where you can lead.”

From what I’ve read, this reminds me a bit of #matlab/#Simulink, #stringify (RIP), & […]
Original post on toot.community
toot.community
October 25, 2025 at 3:38 PM
ok I'm likely the problem here but right now JSON stringifying a record twice causes toString to internally choke while trying to stringify a CID. best part is it appears to be dying while trying to get the stringified version from an internal cache. so thats really awesome
October 25, 2025 at 1:39 AM
why does json stringify fuck with uint arrays so much
October 22, 2025 at 9:54 PM
🔖 V8 の JSON.stringify が二倍高速になった理由 (翻訳) - inzkyk.xyz https://inzkyk.xyz/v8/json-stringify/
September 29, 2025 at 3:58 AM
見てる: "V8 の JSON.stringify が二倍高速になった理由 (翻訳) - inzkyk.xyz" https://inzkyk.xyz/v8/json-stringify/
September 28, 2025 at 1:02 AM
Stringify: Быстрый офлайн-набор инструментов для разработчиков без рекламы и слежки

https://kripta.biz/posts/8494DEBE-9FF1-42B7-8A35-961D1D04F336
September 23, 2025 at 12:13 PM
I'm not a huge fan of the proxy magic around promises, and especially not a fan of if on `.map`. Does that stringify the function and execute it on the server? Sounds very hairy.
September 23, 2025 at 10:24 AM
Was able to make it work by using the #stringify package to turn the CSS into a string in the build process, all good now.

#browserify #babel #js #javascript #webdev #nodejs #css
September 5, 2025 at 5:31 PM
Interesting optimization for JSON stringify in v8, the JavaScript engine used in Chrome and Node.js: v8.dev/blog/json-st...
August 19, 2025 at 4:42 PM
This will speed up lots of applications ;)

https://v8.dev/blog/json-stringify
How we made JSON.stringify more than twice as fast · V8
v8.dev
August 12, 2025 at 3:30 PM
I bet that document.createCDATASection() is the least-used of all web APIs. You can't even use it on any old document but have to jump through hoops to create an #XML document - and then some more to stringify your cursed creation 🥴

👉 developer.mozilla.org/en-US/docs/W...

#webdev #javascript
August 11, 2025 at 11:43 AM
How We Made “JSON.stringify” More Than Twice as Fast, by (not on Mastodon or Bluesky):

https://v8.dev/blog/json-stringify

#javascript #json #strings #v8 #javascriptengines
How we made JSON.stringify more than twice as fast · V8
This post explains our recent effort to improve JSON.stringify performance
v8.dev
August 9, 2025 at 8:30 AM
How We Made “JSON.stringify” More Than Twice as Fast, by (not on Mastodon or Bluesky): https:// v8.dev/blog/json-stringify # javascript # json # strings # v8 # javascriptengines # optimization # performance

Interest | Match | Feed
Origin
mas.to
August 9, 2025 at 8:02 AM
V8の`JSON.stringify`の高速化について。
次の条件を満たすときに、stringifyの高速パスが通るようになる

- `JSON.stringify`のオプションを使わない
- `toJSON`を使わない
- Array-likeなオブジェクトを含まない

"How we made JSON.stringify more than twice as fas…" https://v8.dev/blog/json-stringify
August 7, 2025 at 2:31 PM
share/mk: Use :ts,:[*] to stringify TAG_ARGS This avoids a situation where we sometimes prepend an empty tag, leading to arguments like "-T ,package=foo". Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D51785

Interest | Match | Feed
Origin
cgit.freebsd.org
August 7, 2025 at 1:32 PM
How we made JSON.stringify more than twice as fast https://v8.dev/blog/json-stringify

#v8.dev
August 5, 2025 at 10:00 AM
https://v8.dev/blog/json-stringify
V8の`JSON.stringify`が大幅に高速化されました。
特定の条件下で2倍以上の性能向上を達成しています。
文字列処理やメモリ管理の最適化が貢献しています。
How we made JSON.stringify more than twice as fast · V8
v8.dev
August 5, 2025 at 8:15 AM
How we made JSON.stringify more than twice as fast https://v8.dev/blog/json-stringify (https://news.ycombinator.com/item?id=44786005)
How we made JSON.stringify more than twice as fast
v8.dev
August 5, 2025 at 7:51 AM
How we made JSON.stringify more than twice as fast https://v8.dev/blog/json-stringify (http://news.ycombinator.com/item?id=44786005)
August 5, 2025 at 4:43 AM
How we made JSON.stringify more than twice as fast https://v8.dev/blog/json-stringify (http://news.ycombinator.com/item?id=44786005)
August 5, 2025 at 2:33 AM
How we made JSON.stringify more than twice as fast

#HackerNews

<a href="https://v8.dev/blog/json-stringify" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">https://v8.dev/blog/json-stringify
August 4, 2025 at 9:18 PM
How we made JSON.stringify more than twice as fast

https://v8.dev/blog/json-stringify
How we made JSON.stringify more than twice as fast · V8
This post explains our recent effort to improve JSON.stringify performance
v8.dev
August 4, 2025 at 9:00 PM
How we made JSON.stringify more than twice as fast

https://v8.dev/blog/json-stringify
August 4, 2025 at 8:30 PM