Limiting /filter output can be brilliant when your sorting a file.

Much like SQL LIMIT sorting is done before LIMIT so therefor if you can limit /filter to get the 10 highest scoring nicknames you wont have to overhead of outputting the other 30.000, per example , to the output buffer.


$maybe