Skip to content

Commit

Permalink
[improvement](bitmap) Use shared_ptr in BitmapValue to avoid deep cop…
Browse files Browse the repository at this point in the history
…ying (#19101) (#21271)

Currently bitmapvalue type is copied between columns, it cost a lot of memory. Use a shared ptr in bitmap value to avoid copy data.
  • Loading branch information
mrhhsg authored and morningman committed Jul 19, 2023
1 parent c700b7c commit 23b9644
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 71 deletions.
Loading

0 comments on commit 23b9644

Please sign in to comment.