new version: this is only an optimization release, testing some slightly more efficient

methods:
something <<<  $variable is signficantly slower than: echo $variable | something
so I replaced almost all instances of <<< with echo ...|

I've seen speed differences of up to 10% but it's not consistent, so this is just 
something to boost performance slightly on older systems I'd guess.
This commit is contained in:
inxi-svn 2014-03-26 21:57:03 +00:00
parent e1a6e45740
commit 53e455c5eb
2 changed files with 285 additions and 270 deletions

537
inxi

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,21 @@
=====================================================================================
Version: 2.1.12
Patch Version: 00
Script Date: 2014-03-26
-----------------------------------
Changes:
-----------------------------------
new version: this is only an optimization release, testing some slightly more efficient
methods:
something <<< $variable is signficantly slower than: echo $variable | something
so I replaced almost all instances of <<< with echo ...|
I've seen speed differences of up to 10% but it's not consistent, so this is just
something to boost performance slightly on older systems I'd guess.
-----------------------------------
-- Harald Hope - Wed, 26 Mar 2014 14:54:39 -0700
=====================================================================================
Version: 2.1.11
Patch Version: 00