Skip to content

barrel-db/barrel_encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barrel_encoding

A sortable serialization library This library offers a serialization format (a la term_to_binary()) that preserves the Erlang term order. This serve the purpose of barrel to store json paths in the database.

Encoded terms are:

  • list of binaries
  • binaries
  • atom
  • integers unsigned or not
  • floats

The library allows to encode/decode the data in ascending or descending order.

Build

$ rebar3 compile

About

sortable serialiaation library for erlang applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages