0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 18 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes to make the ever-more pedantic Xcode happy More... almost 11 years ago
Merge pull request #3 from hillegass/bmonk-changes More... almost 11 years ago
update TCSpeedTest.xcodeproj to XCode 4
nil
More... almost 12 years ago
add BNRresizableUniquingTabel to TCSpeedTest project
nil
More... almost 12 years ago
add documentation on the use and purpose of TC transactions write sync, and their effect on speed tests
nil
More... almost 12 years ago
add documentation on the use and purpose of TC write synchronization and text index file compression, and their effect on speed tests
nil
More... almost 12 years ago
add documentation on the use and purpose of TC write synchronization and text index file compression, and their effect on speed tests
nil
More... almost 12 years ago
ComplexInsertTest:
nil
More... almost 12 years ago
add BNRResizableUniquingTable
nil
More... almost 12 years ago
simplify handling of UniquingListNode structs
nil
More... almost 12 years ago
support TokyoCabinet writeSync (will cause every write to sync to the physical storage media; slower but safer)
nil
More... almost 12 years ago
add TokyoCabinet transaction support
nil
More... almost 12 years ago
add TokyoCabinet transaction support
nil
More... almost 12 years ago
Add BNRStoredObject versioning and upgrading support
nil
More... almost 12 years ago
add TokyoCabinet transaction support
nil
More... almost 12 years ago
Add support for BNRResizableUniquingTable on OS X using NSMapTable (greatly reduces size of uniquing table under 64-bit; makes BNRPersistence ARC-able). Tested, but currently turned off via kUseBNRResizableUniquingTable. Not used under iOS (because no NSMapTable).
nil
More... almost 12 years ago
simplify memory mgmt
nil
More... almost 12 years ago
silence a compiler complaint - but better double-check this C++
nil
More... almost 12 years ago
fixed couple of small leaks added bulk object upgrade methods added logAllObjects
nil
More... almost 12 years ago
simplify some memory management
nil
More... almost 12 years ago
removed unused @class reference
nil
More... almost 12 years ago
Regularized some -init methods
nil
More... almost 12 years ago
Assorted fixes from B. Monk More... over 13 years ago
Fixed small memory leak in -[BNRTCIndexManager countOfRowsInsClass:matchingText:forKey:list: More... over 13 years ago
Fixed small memory leak in -[BNRTCBackendCursor nextBuffer:] More... over 13 years ago
Readme fix More... almost 14 years ago
Fixing markdown More... almost 14 years ago
Messed up readme indentation. More... almost 14 years ago
Added named data buffers More... almost 14 years ago
First work on calls supporting blocks: -enumerateAllObjectsForClass:usingBlock:. Includes test. More... about 14 years ago