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