Jonas Jenwald
|
a3d259a681
|
Replace a loop with TypedArray.prototype.fill() in the RunLengthStream class
This is a tiny bit shorter, which cannot hurt.
|
2025-03-02 13:10:34 +01:00 |
|
Jonas Jenwald
|
30a22a168d
|
Move the DecodeStream and StreamsSequenceStream from src/core/stream.js and into its own file
|
2021-04-28 10:16:51 +02:00 |
|
Jonas Jenwald
|
704514c7cd
|
Convert src/core/run_length_stream.js to use standard classes
|
2021-04-28 10:16:50 +02:00 |
|
Jonas Jenwald
|
66b898eb58
|
Enable the no-var rule in the src/core/run_length_stream.js file
|
2021-04-28 10:16:50 +02:00 |
|
Jonas Jenwald
|
342b0c1bbc
|
Move the RunLengthStream from src/core/stream.js and into its own file
|
2021-04-28 10:16:50 +02:00 |
|