Skip to content
/ irc Public

Fast IRC decode/encode library with zero allocation

License

Notifications You must be signed in to change notification settings

mengzhuo/irc

Repository files navigation

IRC

Build Status GoDoc codecov.io

Fast IRC decode/encode library with zero allocation

This project is inspired by

Benchmarks vs sorcix/irc

Base on rMBP 4 cores CPU 8 GB memory

benchmark                          old ns/op     new ns/op     delta
BenchmarkParseMessage_short-4      313           170           -45.69%
BenchmarkParseMessage_medium-4     485           225           -53.61%
BenchmarkParseMessage_long-4       627           442           -29.51%

benchmark                          old allocs     new allocs     delta
BenchmarkParseMessage_short-4      2              0              -100.00%
BenchmarkParseMessage_medium-4     3              0              -100.00%
BenchmarkParseMessage_long-4       3              0              -100.00%

benchmark                          old bytes     new bytes     delta
BenchmarkParseMessage_short-4      96            0             -100.00%
BenchmarkParseMessage_medium-4     160           0             -100.00%
BenchmarkParseMessage_long-4       240           0             -100.00%

About

Fast IRC decode/encode library with zero allocation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages