https://github.com/sippy/go-b2bua
The GO port of the Sippy B2BUA
https://github.com/sippy/go-b2bua
Last synced: 6 months ago
JSON representation
The GO port of the Sippy B2BUA
- Host: GitHub
- URL: https://github.com/sippy/go-b2bua
- Owner: sippy
- License: bsd-2-clause
- Created: 2015-12-28T11:22:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T17:50:31.000Z (about 2 years ago)
- Last Synced: 2024-06-20T03:41:46.420Z (about 2 years ago)
- Language: Go
- Size: 1.04 MB
- Stars: 61
- Watchers: 15
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sippy/go-b2bua/actions/workflows/go.yml)
# The go-b2bua is a GO port of the [Sippy B2BUA](https://github.com/sippy/b2bua)
## The main differences from the Python B2BUA are:
- Smaller memory foot print (approx 2.5x).
- All available CPU cores are utilized.
- Runs faster (approx 4x per one CPU core).
- The configuration object is not global thus allowing to run several B2BUA instances inside one executable.