achalagarwal / keystrokes

extensible and powerful framework for keystroke analysis
GNU General Public License v3.0
2 stars 0 forks source link

Truly online and buffered streams #4

Open achalagarwal opened 4 years ago

achalagarwal commented 4 years ago

Currently, streams have a buffer internally to fetch k characters before processing. Need to be able to be more online (wherever possible)

A quick solution is to fetch 1 character and this will be unoptimised but serves the purpose.