Sublime Forum

Reading large amounts of data from stdin

#1

Sublime Text used to be pretty good about reading large amounts of data from standard input, I think because it would write it all to a file and then read it in. However, recent versions of Sublime Text are really slow about this, because they will incrementally read data and update the buffer. Is there a way to get the old behavior back somehow?

0 Likes

#2

We’ve got a performance fix in the works.

2 Likes

#3

Did anything go in to fix this recently? I noticed that the behavior seems to be much improved in the latest nightlies.

0 Likes

#4

https://www.sublimetext.com/dev

Build 4115
24 September 2021

  • Improve performance when reading large files from stdin
0 Likes

#5

Ha, I missed that! Thanks for the confirmation, and the fix.

0 Likes