Correct XRGB32 draw buffer overflow/underflow.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 12 / 20.mkd
blob8995d9dcf50de5c3184809d3520a24886d82c440
1 # 2016/12/20
3 ## 17:59
5 What if the processor for the stream such as the inflation and deflation were
6 just an `InputStream`. Handling it and wrapping to an `OutputStream` would be
7 simple in a way where it can just wrap the output from the input.
9 ## 18:05
11 Actually in the case of incomplete data, that would be some complex work when
12 dealing with an output stream and input stream.
14 ## 18:20
16 Thinking about it, `BuildHostDepends` could just be depends but not really due
17 to APIs and such.
19 ## 18:34
21 Having the CRC calculator not used the data sink should definitely make it
22 much faster.
24 ## 18:41
26 The ZIP compression code would likely have less overhead now and be a bit
27 faster hopefully.