Random code snippet sample examples for screenshots, thumbnails, YouTube, Twitch, etc.h
Convert to screenshot with:
Random code snippet sample examples for screenshots, thumbnails, YouTube, Twitch, etc.h
Convert to screenshot with:
The for
loop outperforms the binary search.
(well, the forEach
did, until we changed the caching in an unrelated function)
And the optimizations have (almost) nothing to do with the algorithms.
(changing any code can massively change the performance of any benchmark)
See the video: https://www.youtube.com/watch?v=0mmi44ZB2C0
{ | |
"hash": "716dac449e7f7c02a69cb0ec37ea3b905f3f01aac707c1db2dd38bfa9deedb20", | |
"version": 1, | |
"inputs": [ | |
{ | |
"prevTxId": "ea5ff9b5bdcce85e3bbdf7c0d84a63681265cf630481bc48e6009d7b5dbad069", | |
"outputIndex": 1, | |
"sequenceNumber": 4294967295, | |
"script": "47304402207a88c7eb79b5307288e73bce404963cb3d8f76db7a3fa3924ab633cfbaf9f49d02204de2d008ce5b38383ad9dbfccaa99bed880fe949166ce2d7ce0c6034b52177070121038081fa1a40e680a1e7ea5be15895669b1a6fb5ea884dabbfa688e7097d0d9011", | |
"scriptString": "71 0x304402207a88c7eb79b5307288e73bce404963cb3d8f76db7a3fa3924ab633cfbaf9f49d02204de2d008ce5b38383ad9dbfccaa99bed880fe949166ce2d7ce0c6034b521770701 33 0x038081fa1a40e680a1e7ea5be15895669b1a6fb5ea884dabbfa688e7097d0d9011" |
Watch: https://youtu.be/X85QdHe1tDw?t=409 (Starts at 6:50)
reduce
is one of the least understood Array
methods, and probably the most abused.
Reducing, as the good functional programmer intended:
Can you convert a Value Object (i.e. JSON) to YAML?
My expectation is that a mid-senior level developer should be able to accomplish this task in under 4 hours:
I could see it reasonable even if a developer takes 2 days to solve this for the first time - possibly because they needed to take a break but didn't, such as feeling pressure and getting brain freeze, taking an initial wrong approach, over-thinking the problem, and then just keeping beating the dead horse, etc - especially if they've never had to work independently before.