MasonProtter / Bumper.jl

Bring Your Own Stack
MIT License
152 stars 6 forks source link

Switch to big undef array for `default_buffer` #10

Closed MasonProtter closed 1 year ago

MasonProtter commented 1 year ago

Following @chriselrod's suggestion in https://github.com/MasonProtter/Bumper.jl/issues/9#issuecomment-1605809860. Using this, we can make the default buffer huge without having to actually allocate that memory unless we reach it.

codecov-commenter commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@a91fa74). Click here to learn what that means. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage        ?   50.68%           
=======================================
  Files           ?        1           
  Lines           ?       73           
  Branches        ?        0           
=======================================
  Hits            ?       37           
  Misses          ?       36           
  Partials        ?        0