DEV Community

Discussion on: Introduction to the lighting-fast plugin manager, vim-jetpack

Collapse
 
moopet profile image
Ben Sinclair

I think at the point where we're measuring 1-off improvements in tens of milliseconds, it's not valuable. If this was in a library being called hundreds of times, then sure. Otherwise, it's only valuable so long as it doesn't impact anything else, such as code readability or cross-platform compatibility. I mean, for example, if you get an optimisation for one platform by splitting the code, for example, then it's debatable whether you've improved the final product.