Wish you a very Happy Birthday!
It is currently October 14th, 2024, 11:25 pm
Happy Birthday Brian!
-
- Rainmeter Sage
- Posts: 16658
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
-
- Developer
- Posts: 22856
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Happy Birthday Brian!
Happy Birthday!!!!
You do not have the required permissions to view the files attached to this post.
-
- Posts: 1178
- Joined: January 22nd, 2011, 4:23 pm
- Location: GMT +8
Re: Happy Birthday Brian!
Happy Birthday Brian
-
- Posts: 891
- Joined: January 4th, 2018, 9:52 pm
Re: Happy Birthday Brian!
Happy Birthday!
-
- Rainmeter Sage
- Posts: 2746
- Joined: March 23rd, 2015, 5:26 pm
Re: Happy Birthday Brian!
You do not have the required permissions to view the files attached to this post.
-
- Rainmeter Sage
- Posts: 8467
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: Happy Birthday Brian!
You do not have the required permissions to view the files attached to this post.
-
- Posts: 128
- Joined: February 23rd, 2018, 3:12 am
- Location: United States
-
- Rainmeter Sage
- Posts: 5540
- Joined: April 12th, 2012, 9:40 pm
- Location: Cedar Point, Ohio, USA
Re: Happy Birthday Brian!
You do not have the required permissions to view the files attached to this post.
:: My DA Gallery :: Rainmeter DA Gallery :: Rainmeter Workshops :: Rainmeter Documentation :: BBCode Guide ::
-
- Developer
- Posts: 2738
- Joined: November 24th, 2011, 1:42 am
- Location: Utah
Re: Happy Birthday Brian!
Thanks everyone!!
Interestingly, for my system, the .ini version was equally intense for my CPU and GPU (around 4%-7% on average for both CPU/GPU), while the Lua version was better on my CPU, but worse on my GPU (about 2%-4% on CPU, and 10%-12% on GPU).
-Brian
NICE!Yincognito wrote: ↑June 24th, 2023, 4:36 pm Caution: Use the LUA variant (loaded by default on installation), if you care for your CPU and don't want to feel like...
Interestingly, for my system, the .ini version was equally intense for my CPU and GPU (around 4%-7% on average for both CPU/GPU), while the Lua version was better on my CPU, but worse on my GPU (about 2%-4% on CPU, and 10%-12% on GPU).
-Brian
-
- Rainmeter Sage
- Posts: 8467
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: Happy Birthday Brian!
Yep, just like your AvataRM, it's good for testing.
I suppose the difference between variants is caused by the Lua being able to calculate the results of the formulas and use plain values in the Path option, while the INI variant has to manipulate and use miles long strings in the option, which the Rainmeter math parser has to parse to get to the plain values. It's basically the difference between numerical handling (Lua) and string one (Ini).
Of course, for shorter point lists and typical 1000 ms updates, both variants will be light on the CPU. The GPU usage probably has to do with the dimensions of the skin too. Didn't check the GPU usage, but for me the CPU one starts at 3% and ends at 11% for the INI variant, while it stays constant at 3.5% for the Lua variant.