10
Come posso evitare che le linee estremamente lunghe rallentino Emacs?
Vedo prestazioni estremamente varie a seconda di quante nuove righe ci sono nel file che sto visitando. Ecco un esempio Ho due file JSON: $ wget https://github.com/Wilfred/ReVo-utilities/blob/a4bdc40dd2656c496defc461fc19c403c8306d9f/revo-export/dictionary.json?raw=true -O one_line.json $ python -m json.tool <one_line.json >pretty_printed.json Questi sono due file JSON con lo stesso contenuto. one_line.jsonè 18 MiB di JSON senza …