Arwalk / zig-protobuf

a protobuf 3 implementation for zig.
MIT License
213 stars 23 forks source link

Make Map fields a HashMap instead of a list of entries #52

Open Arwalk opened 1 month ago

Arwalk commented 1 month ago

The current implementation of Map fields is closer to the encoding of PB than what it's actual functionality should provide.

HashMaps in the the standard library should be sufficient for our needs.