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 Jul 11, 2023
1 parent ce20cf5 commit 4b9c87d
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 71 deletions.
Loading

0 comments on commit 4b9c87d

Please sign in to comment.