Commit caecc60
Move error string creation behind function call to avoid allocations (#1238)
* Move error string creation behind function call to avoid allocations
* Add half-edge topology benchmark
* Update benchmark/benchmarks.jl
* Update benchmark/benchmarks.jl
---------
Co-authored-by: Júlio Hoffimann <[email protected]>1 parent 1cb3215 commit caecc60
2 files changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
| 211 | + | |
215 | 212 | | |
216 | 213 | | |
217 | 214 | | |
| |||
437 | 434 | | |
438 | 435 | | |
439 | 436 | | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
0 commit comments