Skip to content

Commit

Permalink
update readme, add funding.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hertg committed Oct 10, 2022
1 parent cdfd01a commit 0fcf145
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [hertg]
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
## 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.

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).
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 need non-pci or non-linux hardware information,
[jaypipes/ghw](https://github.com/jaypipes/ghw) offers an all-in-one solution.
If you simply care about linux pci information, this library offers a
**significant performance benefit** over [jaypipes/ghw](https://github.com/jaypipes/ghw)
(see [comparison](#Comparison)).

## Usage

Expand Down

0 comments on commit 0fcf145

Please sign in to comment.