Skip to content

[Cocoa] Some Minor Optimisations

Pre-release
Pre-release
Compare
Choose a tag to compare
@ilia3101 ilia3101 released this 15 Jul 18:15
· 2384 commits to master since this release

New to this release

All frames cached in one block of memory (probably reduces fragmentation, hopefully memory usage will grow less fast)

Worth talking about

AMaZE debayered frames are cached for speed, or bilinear frame is served. It's quick ish.

Problems

GUI (NSImageView) is buggy, sometimes app window needs resizing to make it update.

NSImageView seems to be leaking memory like mad, I think due to me updating it not from the main thread(will be fixed), for now app need restarting every couple of clips.

AAAg forgot to add the binary (added now)