Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hertg/gopci
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: hertg/gopci
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 10, 2022

  1. update readme, add funding.yml

    hertg committed Oct 10, 2022
    Copy the full SHA
    0fcf145 View commit details
  2. update readme

    hertg committed Oct 10, 2022
    Copy the full SHA
    bddf2c1 View commit details
  3. Merge pull request #3 from hertg/funding

    update readme, add funding.yml
    hertg authored Oct 10, 2022
    Copy the full SHA
    4f6d3c3 View commit details
Showing with 6 additions and 6 deletions.
  1. +1 −0 FUNDING.yml
  2. +5 −6 README.md
1 change: 1 addition & 0 deletions FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [hertg]
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -17,13 +17,12 @@
## Description

This library provides methods to get PCI information on a linux system.
Similar projects with a wider featureset like [jaypipes/ghw](https://github.com/jaypipes/ghw) exist,
but I needed a library that focuses only on PCI and provides methods that
assist in getting even more custom information.
It has been created as a minimalistic and more performant alternative to
the pci parsing capabilities of [jaypipes/ghw](https://github.com/jaypipes/ghw).

If you are looking for a library to parse specifically PCI Devices,
you will get a **significant performance benefit** by using this library (see [comparison](#Comparison)). If you need
to parse more than just PCI information, you might also consider using [jaypipes/ghw](https://github.com/jaypipes/ghw).
If you need non-pci or non-linux hardware information,
ghw offers an all-in-one solution. If you simply care about linux pci information,
this library offers a **significant performance benefit** over ghw (see [comparison](#Comparison)).

## Usage