mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
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:
parent
e1a6e45740
commit
53e455c5eb
|
@ -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
|
Version: 2.1.11
|
||||||
Patch Version: 00
|
Patch Version: 00
|
||||||
|
|
Loading…
Reference in a new issue