Skip to content

Latest commit

 

History

History
25 lines (25 loc) · 1.14 KB

future.org

File metadata and controls

25 lines (25 loc) · 1.14 KB

[#A] more semantic types

unix timestamp, tai64na

url

scavenge msgpack, bson, postgres, mysql, sqlite etc for what types they’ve ended up defining

website: talk about rpc

  • specifically, layering as HTTP/2 POSTs, bidir assumption

sequential vs concurrent protocols

  • sequential: can switch protocols
  • concurrent: likely faster, goroutine started for each []byte
  • mention msgp’s rpc lib

better split the spec into normative and non-normative?

  • push things like arrays of variable size items into a “conventions” section

clearer optional features for library implementations

[#B] website: write a boltdb example

[#B] chitin schema file formatter

  • be like gofmt
  • use tabs

write advocacy: no wire overhead for putting a Message in a sized container

  • e.g. in a key-value database
  • that is, no field types etc
  • not counting field lengths as overhead, those are in every format