-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For simple use case, it's faster than `merge`. (`merge` serves as inner / outer join, which differs from `hcat`) ```julia merge($cl, $ohlc) BenchmarkTools.Trial: memory estimate: 210.75 KiB allocs estimate: 5122 -------------- minimum time: 273.470 μs (0.00% GC) median time: 279.141 μs (0.00% GC) mean time: 299.841 μs (5.72% GC) maximum time: 2.998 ms (79.71% GC) -------------- samples: 10000 evals/sample: 1 ``` ```julia [$cl $ohlc] BenchmarkTools.Trial: memory estimate: 58.14 KiB allocs estimate: 1360 -------------- minimum time: 77.604 μs (0.00% GC) median time: 80.881 μs (0.00% GC) mean time: 102.880 μs (6.02% GC) maximum time: 5.132 ms (90.05% GC) -------------- samples: 10000 evals/sample: 1 ```
- Loading branch information
Showing
3 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters