Tagged in

Bert

theburningmonk.com
theburningmonk.com
the personal blog for Yan Cui
More information
Followers
923
Elsewhere
More, on Medium

Filbert v0.2.0 — performance improvement on decoding

Some time ago I put together a small BERT serializer and BERT-RPC client for .Net called Filbert (which is another name for Hazelnut, that has the word bert and the letter F and at the time every F# library has a leading F in its name!).


Filbert — added BERT-RPC client + NuGet

Since my previous post on Filbert I have added a simple but functional BERT-RPC client which I have managed to test against native Erlang modules running on Ernie.


Filbert — a BERT serializer for .Net

I spent the last couple of nights and put together a small BERT serializer for .Net called Filbert.

What’s BERT?

BERT (Binary ERlang Term) is a binary format based on Erlang’s binary serialization format (as used…