• I
    RocksDBLite · 588bca20
    Igor Canadi 提交于
    Summary:
    Introducing RocksDBLite! Removes all the non-essential features and reduces the binary size. This effort should help our adoption on mobile.
    
    Binary size when compiling for IOS (`TARGET_OS=IOS m static_lib`) is down to 9MB from 15MB (without stripping)
    
    Test Plan: compiles :)
    
    Reviewers: dhruba, haobo, ljin, sdong, yhchiang
    
    Reviewed By: yhchiang
    
    CC: leveldb
    
    Differential Revision: https://reviews.facebook.net/D17835
    588bca20
db_impl.h 22.3 KB