Replies: 3 comments · 9 replies
-
|
That's odd. I haven't optimized it at all. I guess I might've accidentally shipped a debug build of PCBox for 4.2.4. Sorry about that! Also, PCBox is mainly developed in C, not C++. Furthermore, all SSE instructions currently fall back to the interpreter, so if someone manages to write recompiled versions of the SSE instructions, that would be a MASSIVE boon to performance. Also, Intel's current Core Ultra CPUs are utter dogwater, I'd suggest avoiding them entirely for now. They tend to actually be SLOWER than their previous generation in most tasks. |
Beta Was this translation helpful? Give feedback.
-
|
@fuel-pcbox, is SIMDe, something that can help with performance? |
Beta Was this translation helpful? Give feedback.
-
|
Just a question, what is this Intel Generic CPU? |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys! :)
I noticed a noticeable spike in SSE performance from the 4.2.4 release to the current GitHub builds - while using SSE3DNow Benchmark on my Ryzen 9950X it dropped to 1% - 3% on 4.2.4 and to around 33% on the latest GitHub builds
I'm unfortunately not a C++ developer (mainly in Java Enterprise software here), so I can't really go by source code here, so I'm asking the million dollar question: do you expect another significant speed ups or are you already in the "well, maybe the last 10%, it's already optimized to hell"-stage?
Did some of you test the (higher) single-thread-performance of the Intel Core Ultra 9?
Thank you very much for your effort and time in developing PCBox!
Beta Was this translation helpful? Give feedback.
All reactions