• L
    forward iterator · 388d2054
    Lei Jin 提交于
    Summary:
    Forward iterator puts everything together in a flat structure instead of
    a hierarchy of nested iterators. this should simplify the code and
    provide better performance. It also enables more optimization since all
    information are accessiable in one place.
    Init evaluation shows about 6% improvement
    
    Test Plan: db_test and db_bench
    
    Reviewers: dhruba, igor, tnovak, sdong, haobo
    
    Reviewed By: haobo
    
    Subscribers: sdong, leveldb
    
    Differential Revision: https://reviews.facebook.net/D18795
    388d2054
column_family.h 15.3 KB