pot icon indicating copy to clipboard operation
pot copied to clipboard

A concise, self-describing binary format written in Rust for Serde

Results 2 pot issues
Sort by recently updated
recently updated
newest added

In turbopack, we serialize some large types using `pot`. The time complexity of addition is `O(log N)` for lookup and `O(N)` for insertion. I want to check if it is...

Imaging for some domain there's a set of common keywords that can be defined at per application level statically. Then in serialization the serializer will only output the new symbols...