ndb: switch to nostrdb notes
This is a refactor of the codebase to use a more memory-efficient representation of notes. It should also be much faster at decoding since we're using a custom C json parser now. Changelog-Changed: Improved memory usage and performance when processing events
This commit is contained in:
@@ -16,8 +16,6 @@ enum NostrKind: UInt32, Codable {
|
||||
case delete = 5
|
||||
case boost = 6
|
||||
case like = 7
|
||||
case channel_create = 40
|
||||
case channel_meta = 41
|
||||
case chat = 42
|
||||
case list = 30000
|
||||
case longform = 30023
|
||||
|
||||
Reference in New Issue
Block a user