You can get it 23% smaller by doing raw DEFLATE on the content + tags:
notepackz = base64( version + id + pubkey + sig + DEFLATE(content + tags) )
Login to reply
Replies (1)
yeah probably, notepack was more for efficient/simple binary encoding and less about packing the size smaller (probably bad name)