Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackc/go_pgx_compiled_size
https://github.com/jackc/go_pgx_compiled_size
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackc/go_pgx_compiled_size
- Owner: jackc
- Created: 2020-11-07T14:28:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T14:31:35.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T19:08:33.425Z (over 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go / PGX Compiled Size
This is test of the size of compiled Go programs and how much pgx and other database libraries cost in size.
Tests run with Go 1.15.3 on MacOS with pgx v4.9.2.
| Libary | Size |
| ------ | ---- |
| fmt / Hello world | 2.1M |
| pgconn | 6.5M |
| pgx | 8.4M |
| pgxpool | 8.5M |
| stdlib | 8.7M |