• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Unit indexer or not?

Status
Not open for further replies.
Level 22
Joined
Sep 24, 2005
Messages
4,821
You can write MUI spells with Bribe's unit indexer, but you still need to do indexing. It's also more efficient than using just indexing on deallocating instances.
 
I Prefer Unit Indexer if the spell was complicated (or I'm lazy), if not, I'll just go with the indexing.
Group Loop is pretty heavy for operations, Albeit being one of the easiest way to create, it's pretty slow compared to indexing.
Better use Linked List than Dynamic Indexing or Indexed Arrays actually.
 
Status
Not open for further replies.
Top