• 7z trivia

    From rbowman@21:1/5 to All on Tue Feb 13 23:54:38 2024
    The i5-4590 showed up yesterday and I put it in my old Dell box. I was
    looking for a quick and dirty benchmark and found 7zip has sort of an
    Easter Egg.

    '7z b' will do a test of all cores and threads, while '7z b -mmt1' will
    do 1 thread using compression/decompression.

    I wasn't surprised that the Ryzen 7 4700U box with 8 cores is faster than
    a Core i5 with 4 cores, but testing 1 thread on each shows a slight
    advantage to the 2 GHz Ryzen over the 3 GHz 4th gen i5.


    I don't know why but the Windows 11 laptop with the Ryzen 7 4700U is quite
    a bit faster decompressing.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Joel on Wed Feb 14 04:24:16 2024
    On Tue, 13 Feb 2024 19:10:30 -0500, Joel wrote:

    I'm less familiar with AMD processors, but if I'm not mistaken, the one
    in question is quite a bit newer than the Intel one, right? When I
    bought a first gen quad-core i5 in 2010 for my old computer, it was
    pretty high end, but replacing it in 2021 with a 10th gen six-core i5
    was more mid-range, despite being kind of comparable relative to their
    eras.

    Yeah, the Ryzen 7 4700U is from 2021, the i5 is from 2013. It's an old
    Dell box with a 1150 socket so the i5 was a step up from the original 2
    core Pentium for a massive $17. It started life as Windows 7 but that was
    very seldom seen after I installed OpenSUSE 13.2. Some of the Broadwell
    (5th gen) processors fit the 1150 but there is no real advantage. Same architecture as the Haswells except they went from 22 nm to 14 nm.

    It's my hack around with Fedora box.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Ahlstrom@21:1/5 to rbowman on Wed Feb 14 08:57:17 2024
    rbowman wrote this copyrighted missive and expects royalties:

    The i5-4590 showed up yesterday and I put it in my old Dell box. I was looking for a quick and dirty benchmark and found 7zip has sort of an
    Easter Egg.

    '7z b' will do a test of all cores and threads, while '7z b -mmt1' will
    do 1 thread using compression/decompression.

    I wasn't surprised that the Ryzen 7 4700U box with 8 cores is faster than
    a Core i5 with 4 cores, but testing 1 thread on each shows a slight
    advantage to the 2 GHz Ryzen over the 3 GHz 4th gen i5.

    I don't know why but the Windows 11 laptop with the Ryzen 7 4700U is quite
    a bit faster decompressing.

    I imagine all of this is done in RAM. Thanks for the tip!

    --
    You will experience a strong urge to do good; but it will pass.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Chris Ahlstrom on Wed Feb 14 15:37:24 2024
    On Wed, 14 Feb 2024 08:57:17 -0500, Chris Ahlstrom wrote:

    I imagine all of this is done in RAM. Thanks for the tip!

    Yes. With the one thread flag it reports like below. On Windows I had to
    hunt it down in C:Program Files\7-Zip\7z.exe. For all 8 threads it says

    RAM usage: 1765 MB

    7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
    p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,8
    CPUs AMD Ryzen 7 4700U with Radeon Graphics (860F01),ASM,AES-NI)

    AMD Ryzen 7 4700U with Radeon Graphics (860F01)
    CPU Freq: - - - 64000000 - - - - -

    RAM size: 15397 MB, # CPU hardware threads: 8
    RAM usage: 435 MB, # Benchmark threads: 1

    Compressing | Decompressing
    Dict Speed Usage R/U Rating | Speed Usage R/U Rating
    KiB/s % MIPS MIPS | KiB/s % MIPS MIPS

    22: 4438 100 4319 4317 | 54284 100 4636 4635
    23: 4111 100 4191 4189 | 53603 100 4641 4640
    24: 3914 100 4211 4209 | 52536 100 4615 4612
    25: 3720 100 4248 4248 | 50963 100 4537 4536 ---------------------------------- | ------------------------------
    Avr: 100 4242 4241 | 100 4607 4606
    Tot: 100 4425 4423

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to rbowman on Wed Feb 14 10:04:26 2024
    On 2/13/24 17:54, rbowman wrote:
    The i5-4590 showed up yesterday and I put it in my old Dell box. I was looking for a quick and dirty benchmark and found 7zip has sort of an
    Easter Egg.

    '7z b' will do a test of all cores and threads, while '7z b -mmt1' will
    do 1 thread using compression/decompression.

    I wasn't surprised that the Ryzen 7 4700U box with 8 cores is faster than
    a Core i5 with 4 cores, but testing 1 thread on each shows a slight
    advantage to the 2 GHz Ryzen over the 3 GHz 4th gen i5.


    I don't know why but the Windows 11 laptop with the Ryzen 7 4700U is quite
    a bit faster decompressing.

    Didn't know that, cool!
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Ahlstrom@21:1/5 to RonB on Wed Feb 14 14:03:24 2024
    RonB wrote this copyrighted missive and expects royalties:

    On 2024-02-14, rbowman <bowman@montana.com> wrote:
    On Wed, 14 Feb 2024 08:57:17 -0500, Chris Ahlstrom wrote:

    I imagine all of this is done in RAM. Thanks for the tip!

    Yes. With the one thread flag it reports like below. On Windows I had to
    hunt it down in C:Program Files\7-Zip\7z.exe. For all 8 threads it says

    RAM usage: 1765 MB

    7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
    p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,8
    CPUs AMD Ryzen 7 4700U with Radeon Graphics (860F01),ASM,AES-NI)

    AMD Ryzen 7 4700U with Radeon Graphics (860F01)
    CPU Freq: - - - 64000000 - - - - -

    RAM size: 15397 MB, # CPU hardware threads: 8
    RAM usage: 435 MB, # Benchmark threads: 1

    Compressing | Decompressing
    Dict Speed Usage R/U Rating | Speed Usage R/U Rating
    KiB/s % MIPS MIPS | KiB/s % MIPS MIPS

    22: 4438 100 4319 4317 | 54284 100 4636 4635
    23: 4111 100 4191 4189 | 53603 100 4641 4640
    24: 3914 100 4211 4209 | 52536 100 4615 4612
    25: 3720 100 4248 4248 | 50963 100 4537 4536
    ---------------------------------- | ------------------------------
    Avr: 100 4242 4241 | 100 4607 4606
    Tot: 100 4425 4423

    It looks like my i5-4590T is about 1/4 or 1/5 the speed of your Ryzon...

    Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz (306C3)
    CPU Freq: - - - - - - - - -

    RAM size: 15903 MB, # CPU hardware threads: 4
    RAM usage: 882 MB, # Benchmark threads: 4

    Compressing | Decompressing
    Dict Speed Usage R/U Rating | Speed Usage R/U Rating
    KiB/s % MIPS MIPS | KiB/s % MIPS MIPS

    22: 11668 326 3479 11351 | 123335 380 2771 10522
    23: 11369 333 3482 11584 | 123896 385 2783 10720
    24: 11321 342 3560 12173 | 122215 385 2787 10729
    25: 11515 351 3742 13147 | 119833 384 2777 10665 ---------------------------------- | ------------------------------
    Avr: 338 3566 12064 | 383 2780 10659
    Tot: 361 3173 11362

    (Well, in some categories anyhow. I wonder how it compares to your i5-4590?)

    Only a tad slower than my old Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz (306C3)

    --
    Q: How many Harvard MBA's does it take to screw in a light bulb?
    A: Just one. He grasps it firmly and the universe revolves around him.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vallor@21:1/5 to All on Thu Feb 15 00:56:03 2024
    On Wed, 14 Feb 2024 14:03:24 -0500, Chris Ahlstrom <OFeem1987@teleworm.us> wrote in <uqj2pt$2p9l9$1@dont-email.me>:

    RonB wrote this copyrighted missive and expects royalties:

    On 2024-02-14, rbowman <bowman@montana.com> wrote:
    On Wed, 14 Feb 2024 08:57:17 -0500, Chris Ahlstrom wrote:

    I imagine all of this is done in RAM. Thanks for the tip!

    Yes. With the one thread flag it reports like below. On Windows I had to >>> hunt it down in C:Program Files\7-Zip\7z.exe. For all 8 threads it says

    RAM usage: 1765 MB

    7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
    p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,8
    CPUs AMD Ryzen 7 4700U with Radeon Graphics (860F01),ASM,AES-NI) >>>
    AMD Ryzen 7 4700U with Radeon Graphics (860F01)
    CPU Freq: - - - 64000000 - - - - -

    RAM size: 15397 MB, # CPU hardware threads: 8
    RAM usage: 435 MB, # Benchmark threads: 1

    Compressing | Decompressing
    Dict Speed Usage R/U Rating | Speed Usage R/U Rating
    KiB/s % MIPS MIPS | KiB/s % MIPS MIPS

    22: 4438 100 4319 4317 | 54284 100 4636 4635
    23: 4111 100 4191 4189 | 53603 100 4641 4640
    24: 3914 100 4211 4209 | 52536 100 4615 4612
    25: 3720 100 4248 4248 | 50963 100 4537 4536
    ---------------------------------- | ------------------------------
    Avr: 100 4242 4241 | 100 4607 4606
    Tot: 100 4425 4423

    It looks like my i5-4590T is about 1/4 or 1/5 the speed of your Ryzon...

    Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz (306C3)
    CPU Freq: - - - - - - - - -

    RAM size: 15903 MB, # CPU hardware threads: 4
    RAM usage: 882 MB, # Benchmark threads: 4

    Compressing | Decompressing
    Dict Speed Usage R/U Rating | Speed Usage R/U Rating
    KiB/s % MIPS MIPS | KiB/s % MIPS MIPS

    22: 11668 326 3479 11351 | 123335 380 2771 10522
    23: 11369 333 3482 11584 | 123896 385 2783 10720
    24: 11321 342 3560 12173 | 122215 385 2787 10729
    25: 11515 351 3742 13147 | 119833 384 2777 10665
    ---------------------------------- | ------------------------------
    Avr: 338 3566 12064 | 383 2780 10659
    Tot: 361 3173 11362

    (Well, in some categories anyhow. I wonder how it compares to your i5-4590?)

    Only a tad slower than my old Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz (306C3)

    $ 7z b

    7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
    p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,64 CPUs AMD Ryzen Threadripper 3970X 32-Core Processor (830F10),ASM,AES-NI)

    AMD Ryzen Threadripper 3970X 32-Core Processor (830F10)
    CPU Freq: - - - - - - - - -

    RAM size: 257607 MB, # CPU hardware threads: 64
    RAM usage: 14120 MB, # Benchmark threads: 64

    Compressing | Decompressing
    Dict Speed Usage R/U Rating | Speed Usage R/U Rating
    KiB/s % MIPS MIPS | KiB/s % MIPS MIPS

    22: 205739 5860 3416 200143 | 2548881 6020 3611 217355
    23: 164632 5099 3290 167741 | 2504198 6026 3596 216680
    24: 152756 5005 3282 164243 | 2419741 5938 3577 212380
    25: 147787 5143 3281 168738 | 2361038 5941 3536 210084 ---------------------------------- | ------------------------------
    Avr: 5277 3317 175216 | 5981 3580 214125
    Tot: 5629 3449 194671




    --
    -v

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to RonB on Thu Feb 15 03:47:24 2024
    On Wed, 14 Feb 2024 16:09:31 -0000 (UTC), RonB wrote:

    (Well, in some categories anyhow. I wonder how it compares to your
    i5-4590?)

    https://www.techarp.com/computer/intel-core-processor-number-guide/3/

    'S' is 'Performance-optimised model (desktop only)' and T is 'Power-
    optimised (desktop only)' or in Intel speak 'Power-optimized lifestyle'.



    Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
    p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,4
    CPUs Intel(R) Core(TM) i5-4590S CPU @ 3.00GHz (306C3),ASM,AES-NI)

    Intel(R) Core(TM) i5-4590S CPU @ 3.00GHz (306C3)
    CPU Freq: - - - - - - - 1024000000 -

    RAM size: 15906 MB, # CPU hardware threads: 4
    RAM usage: 882 MB, # Benchmark threads: 4

    Compressing | Decompressing
    Dict Speed Usage R/U Rating | Speed Usage R/U Rating
    KiB/s % MIPS MIPS | KiB/s % MIPS MIPS

    22: 13994 322 4228 13614 | 159990 391 3488 13650
    23: 14801 346 4355 15081 | 158106 392 3493 13680
    24: 14633 352 4464 15734 | 154242 388 3489 13540
    25: 14234 361 4500 16252 | 153185 393 3472 13633 ---------------------------------- | ------------------------------
    Avr: 345 4387 15170 | 391 3486 13626
    Tot: 368 3936 14398

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Thu Feb 15 03:54:50 2024
    On Wed, 14 Feb 2024 18:16:01 -0700, % wrote:

    well this is seriously important

    For about $2000 I'd want it to feed the cat too. A $17 4th Gen works for
    me.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Chris Ahlstrom on Thu Feb 15 03:49:08 2024
    On Wed, 14 Feb 2024 14:03:24 -0500, Chris Ahlstrom wrote:

    Only a tad slower than my old Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz (306C3)

    https://www.intel.com/content/www/us/en/support/articles/000058567/ processors/intel-core-processors.html

    HQ is 'High performance optimized for mobile, quad core' Is it a laptop?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Ahlstrom@21:1/5 to rbowman on Thu Feb 15 06:56:23 2024
    rbowman wrote this copyrighted missive and expects royalties:

    On Wed, 14 Feb 2024 14:03:24 -0500, Chris Ahlstrom wrote:

    Only a tad slower than my old Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz
    (306C3)

    https://www.intel.com/content/www/us/en/support/articles/000058567/ processors/intel-core-processors.html

    HQ is 'High performance optimized for mobile, quad core' Is it a laptop?

    It's the old ASUS laptop. Shows up as 8 CPUs in Conky.

    Supposedly a low-end gaming laptop. Sucky wireless (even when Windows was on it).

    --
    Be cheerful while you are alive.
    -- Phathotep, 24th Century B.C.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)