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 (apache#19101) (apache#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 caiconghui1 committed Jul 18, 2023
1 parent 00c1eb8 commit c9b5192
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 71 deletions.
Loading

0 comments on commit c9b5192

Please sign in to comment.