c2a-core icon indicating copy to clipboard operation
c2a-core copied to clipboard

DriverSuper のバッファサイズを可変にする

Open meltingrabbit opened this issue 1 year ago • 1 comments

概要

DriverSuper のバッファサイズを可変にする

詳細

  • https://github.com/ut-issl/c2a-core/blob/428cb9aaaaf820109f0d8b781629534382648173/Drivers/Super/driver_super.h#L228
  • https://github.com/ut-issl/c2a-core/blob/428cb9aaaaf820109f0d8b781629534382648173/Drivers/Super/driver_super.h#L340

これを dirver ごとに設定できるようにして,メモリ使用量をへらしたい

close条件

できたら

meltingrabbit avatar Sep 29 '22 12:09 meltingrabbit

ひとまず今の static バッファを外部注入にして,そのあとの効率化は

  • https://github.com/ut-issl/c2a-core/issues/449

でやる.

meltingrabbit avatar Sep 29 '22 21:09 meltingrabbit