• L
    use GetContext to replace callback function pointer · 2faf49d5
    Lei Jin 提交于
    Summary:
    Intead of passing callback function pointer and its arg on Table::Get()
    interface, passing GetContext. This makes the interface cleaner and
    possible better perf. Also adding a fast pass for SaveValue()
    
    Test Plan: make all check
    
    Reviewers: igor, yhchiang, sdong
    
    Reviewed By: sdong
    
    Subscribers: leveldb
    
    Differential Revision: https://reviews.facebook.net/D24057
    2faf49d5
Makefile 25.3 KB