View Single Post
07/10/14, 04:58 AM   #9
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Uploaded a first version:
http://www.esoui.com/downloads/info6...antMapper.html

I am propably going to make this a dual-Library:
One with the :getMappedData function and others that go over the global table
One to store all the maps.
That way I could do proper versioning on the maps too.

Originally Posted by merlight View Post
That's why I proposed to make it sorted, and binary-searchable.
Maybe later.
Without caching it would cost resources everytime the value is requested. But it would only be usefull in a rare amount of cases (debugging). Personally I can work with a simple for loop and the data it gives me.
Once I get a function with chaching up and running I will propably include it.
  Reply With Quote