fragcolor-xyz / shards

High-performance, multi-platform, type-safe programming language designed for visual & AI assisted development
BSD 3-Clause "New" or "Revised" License
68 stars 14 forks source link

refactor(core): optimize destroyVar and _destroyVarSlow #1032

Closed sinkingsugar closed 2 months ago

sinkingsugar commented 2 months ago

Move non-blittable type handling to _destroyVarSlow for better performance. Update Dockerfile for benchmarking environment.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 10 lines in your changes missing coverage. Please review.

Project coverage is 80.06%. Comparing base (c4ddbb4) to head (62a20ea).

Files Patch % Lines
include/shards/math_ops.hpp 0.00% 5 Missing :warning:
shards/core/runtime.cpp 75.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #1032 +/- ## ========================================== - Coverage 80.07% 80.06% -0.01% ========================================== Files 345 345 Lines 56451 56444 -7 ========================================== - Hits 45201 45192 -9 - Misses 11250 11252 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.