ichiban / prolog

The only reasonable scripting engine for Go.
MIT License
564 stars 27 forks source link

avoid memory limit check for small slices for better performance. #282

Closed ichiban closed 1 year ago

ichiban commented 1 year ago

226

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.23% // Head: 99.24% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (48771d9) compared to base (56638b9). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #282 +/- ## ======================================= Coverage 99.23% 99.24% ======================================= Files 23 23 Lines 7346 7380 +34 ======================================= + Hits 7290 7324 +34 Misses 40 40 Partials 16 16 ``` | [Impacted Files](https://codecov.io/gh/ichiban/prolog/pull/282?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase) | Coverage Δ | | |---|---|---| | [engine/builtin.go](https://codecov.io/gh/ichiban/prolog/pull/282?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase#diff-ZW5naW5lL2J1aWx0aW4uZ28=) | `99.60% <100.00%> (+<0.01%)` | :arrow_up: | | [engine/exception.go](https://codecov.io/gh/ichiban/prolog/pull/282?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase#diff-ZW5naW5lL2V4Y2VwdGlvbi5nbw==) | `100.00% <100.00%> (ø)` | | | [engine/malloc.go](https://codecov.io/gh/ichiban/prolog/pull/282?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase#diff-ZW5naW5lL21hbGxvYy5nbw==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yutaka+Ichibangase)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.