Thread Tools Display Modes
04/15/24, 06:03 PM   #1
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 181
Might as well keep this ask open though. It's on my agenda to offer some more compression options for Saved Vars, this specific ask included.
  Reply With Quote
04/15/24, 07:51 PM   #2
Anthonysc
AddOn Author - Click to view addons
Join Date: Jan 2022
Posts: 10
Originally Posted by ZOS_DanBatson View Post
Might as well keep this ask open though. It's on my agenda to offer some more compression options for Saved Vars, this specific ask included.
Not going to lie, that would be pretty awesome. My PvpAlerts savedvariables is over 15MB now, and that's after I implemented a function to purge it of some old data that wasn't needed anymore. I haven't enabled that function in the release version yet so I'm betting other people's are sitting upwards of 20, 25MB if they've never started from scratch. (Replacing spaces with tabs cut the file from 15MB to 8.7MB.) KillCounter savedvariables is similarly hitting over 10MB. These addons are definitely not typical, they log a lot of information about various PVP encounters, but something to cut them down beyond hacking in new code functions to the addons themselves to do cleanups would be very welcome.

Last edited by Anthonysc : 04/15/24 at 07:55 PM.
  Reply With Quote
04/16/24, 05:12 AM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,579
Originally Posted by ZOS_DanBatson View Post
Might as well keep this ask open though. It's on my agenda to offer some more compression options for Saved Vars, this specific ask included.
Oh nice. I know it's not compression related, but still somewhat on topic, so when you are looking into the saved vars, could we please also get an option to have it save string keys in alphabetic order instead of randomly sorted? That would make debugging saved vars so much easier, as it would allow to easily compare two copies of a file.
  Reply With Quote
04/16/24, 07:04 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,003
Originally Posted by sirinsidiator View Post
Oh nice. I know it's not compression related, but still somewhat on topic, so when you are looking into the saved vars, could we please also get an option to have it save string keys in alphabetic order instead of randomly sorted? That would make debugging saved vars so much easier, as it would allow to easily compare two copies of a file.
+1
!Yes please!
  Reply With Quote

ESOUI » Developer Discussions » Wish List » [open] Change saved vars file


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off