OK, it’s a little (a lot?) programmer-nerdy, but I thought this post on speeding up JSON.stringify was fascinating, particularly the move to keep separate implementations for 1-byte vs. 2-byte characters and hot swap between them if needed.
OK, it’s a little (a lot?) programmer-nerdy, but I thought this post on speeding up JSON.stringify was fascinating, particularly the move to keep separate implementations for 1-byte vs. 2-byte characters and hot swap between them if needed.