Skip to content

Commit

Permalink
Merge pull request #3 from hertg/funding
Browse files Browse the repository at this point in the history
update readme, add funding.yml
  • Loading branch information
hertg authored Oct 10, 2022
2 parents cdfd01a + bddf2c1 commit 4f6d3c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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
Expand Up @@ -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

Expand Down

0 comments on commit 4f6d3c3

Please sign in to comment.