Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in
T
titan
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • fangzongwu
  • titan
  • Repository

Switch branch/tag
  • titan
  • src
  • blob_file_iterator_test.cc
Find file
BlameHistoryPermalink
  • Yongsheng Xu's avatar
    implement dictionary compression decompression (#192) · ab0a8b90
    Yongsheng Xu authored Nov 05, 2020
    This is a subtask of issue: https://github.com/tikv/tikv/issues/5743
    
    > Read blob from file with dictionary compression
    
    Mainly made following changes:
    
    - Refactored `BlobDecoder`, add decompression related components in it.
    - Refactored `BlobFileReader` and `BlobFileIterator`, initialize the decoder with corresponding data in blob files.
    - add testcases
    
    Issue Number: https://github.com/tikv/tikv/issues/8635
    ab0a8b90
blob_file_iterator_test.cc 8.57 KB
EditWeb IDE

Replace blob_file_iterator_test.cc

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.