Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Feb 9, 2024
1 parent bd3fc93 commit c86151f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ All non-trivial types support all non-trivial types and types `T` that satisfy `
Comparison to related libraries such as flatbuffers or cap'n'proto:

Advantages:
- No code generator needed
- Reduced size of vtable by storing trivially-copieable types in-place
- Availability of useful non-trivial types with reduced size of vtables
- Availability of standard containers to store byte sequences: vector (with limitations), unordered_set
- No code generator is needed

Disadvantages:
- No backwards compatiblity
- Compatibility is restricted to in-memory computations, i.e., it is generally not safe to interpret the data in other enviroments and not possible to extend layouts while supporting backward compatibility


## Example
Expand Down

0 comments on commit c86151f

Please sign in to comment.