Alex Harker

Results 214 comments of Alex Harker
trafficstars

Thanks - depending on the scenario you may or may not see a CPU benefit to multithreading - however, what you are describing doesn't sound ideal. The threading primitives on...

Can you increase the value of the length of the ramp from 1024 to 8192 and check again? The wins are always likely to be better when the computer is...

Also - the idea that the CPU measured in task manager would increase is not so unexpected, as if CPU is being measured across cores the usage would increase, but...

I'd still like to improve things further if I can, as on the same hardware here the speedup is not as good, but glad to hear that it is at...

Thanks For my Mac running windows I now get: Default settings I get 17% and 17% (multithreading off and on) For 8192 I get 100+% and 45% (multithreading off and...

I've tried a few things, but none of them have significantly improved the situation. I'm keeping notes here for future reference. Things tried: - Replace semaphore direct Windows call with...

I've just tried one last thing which is in this build: https://drive.google.com/file/d/1juxiO7XXsnkZFVSW3KGruRxuEvVG0IFf/view?usp=sharing @balintlaczko - could you try this build at your end and report on the scenarios you outlined above?

[Edited after more investigation] Updates. With vcredist updated on the i9 it would seem that results are much improved (but still below the Mac side speedups). The build above is...

Weird. Nice catch! I think it must identify the output of fl.tomax~ as a Framelib connection but it shouldn't!

I'm interested in why you want to do this though? You could do something similar using fl.register~ that would probably be better - am I missing something or a use...