Skip to content

Commit

Permalink
Link fix in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lateralus138 committed Feb 26, 2024
1 parent 5e59aa9 commit 8504808
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
paths:
- '**.cpp'
- '**.h'
- '**.o'
- '**.sln'
- '**.yml'
- '*.yml'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This is a Windows command line utility that compresses (consolidates) multiple b

I have written the Windows version as the primary version and first because there only seems to be a problem with large hosts files in Windows because of the *DNS Cache* service.

This is the evolutionary step up from my [scripts](https://github.com/Lateralus138/hosts-compress-windows) (*PowerShell* and *Bash*) as it is written in *C++* and exponentially faster (whereas the scripts can take anwyhere from 3-5 minutes for a 200k+ line file, this program takes under 1 second; usually around 500ms for a file of the same size) than any script could ever be.
This is the evolutionary step up from my [scripts](https://github.com/Lateralus138/hosts-compression-scripts) (*PowerShell* and *Bash*) as it is written in *C++* and exponentially faster (whereas the scripts can take anwyhere from 3-5 minutes for a 200k+ line file, this program takes under 1 second; usually around 500ms for a file of the same size) than any script could ever be.

***NOTE***: **This tool is highly recommended over the scripts, but you can, of course, still use the scripts.**

Expand Down
2 changes: 1 addition & 1 deletion docs/md/release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hosts Compress - [hostscompress] (Pre-release)
# Hosts Compress - [hostscompress]

![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=Lateralus138&repo=hosts-compress-windows)

Expand Down

0 comments on commit 8504808

Please sign in to comment.