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)

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 committed Jun 28, 2023
1 parent 89b3736 commit 87e3332
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 71 deletions.
Loading

0 comments on commit 87e3332

Please sign in to comment.