libBERT icon indicating copy to clipboard operation
libBERT copied to clipboard

A C library for encoding and decoding BERT (Binary ERlang Term)

Results 5 libBERT issues
Sort by recently updated
recently updated
newest added

Issue: #6 The int should be 4 bytes ((2**32) - 1) and (-(2**32)) which means ((1

I'd read another bert library (go, js). The encoded list form both of them ends with nil tag. My question is should list ends with nil tag (106)? Thanks

Hi, It's a great library and worked very well. However, I had a project should written from golang to C and we used bert encode a lot in library. And...

While trying to read the test bert files with Erlang/OTP 18 [erts-7.3.1.2] [64-bit] using the following code: ``` {ok, Content} = file:read_file(FileName), io:format("~p~n", [binary_to_term(Content)]). ``` I experience failures in case...

Can you add something in the README how this library compares with the other libbert (http://github.com/ruediger/libbert). Especially regarding performance.