seaQueue@lemmy.world to Programmer Humor@lemmy.ml · 6 months ago50 million rendered polygons vs one spicy 4.2MB boilemmy.worldimagemessage-square142fedilinkarrow-up11.34Karrow-down113
arrow-up11.33Karrow-down1image50 million rendered polygons vs one spicy 4.2MB boilemmy.worldseaQueue@lemmy.world to Programmer Humor@lemmy.ml · 6 months agomessage-square142fedilink
minus-squarefl42v@lemmy.mllinkfedilinkarrow-up7·6 months ago4.2 megs on one line? Vim probably can handle it fine, although syntax won’t be highlighted past a certain point
minus-squarebjornsno@lemm.eelinkfedilinkarrow-up5·6 months agoI’ve accidentally opened enormous single line json files more than once. Could be lsp config or treesitter or any number of things but trying to do any operations after opening such a file is not a good time.
minus-squarefl42v@lemmy.mllinkfedilinkarrow-up1·6 months agoYeah, very well may be. LSPs always slow down opening big files, so I usually inspect those with an empty/different config
minus-squareBaldProphet@kbin.sociallinkfedilinkarrow-up4arrow-down1·6 months agoTechnically every JSON file is a single line, with line break characters here and there
4.2 megs on one line? Vim probably can handle it fine, although syntax won’t be highlighted past a certain point
I’ve accidentally opened enormous single line json files more than once. Could be lsp config or treesitter or any number of things but trying to do any operations after opening such a file is not a good time.
Yeah, very well may be. LSPs always slow down opening big files, so I usually inspect those with an empty/different config
Technically every JSON file is a single line, with line break characters here and there