2D or 3D arrays?

millz-

New Member
Reaction score
25
I know that 2D or 3D arrays exist in the Java world, is it possible to use it in JASS? Or do I just have to resort to hashtables or game caches to store more information?

Incase someone don't get what I mean:

Integer i[u2][u3] = 1
Integer x[y1][y2][y3] = 11

Something like that.
 
Hashtables, though different, are very similar to typical 2D arrays....at least in my opinion.
 
Well, in any situation with 1d arrays, you can simulate n-dimensional arrays by treating a one-dimensional array as if it were broken up into smaller blocks. For example, this would simulate using a 90*90 array:
[ljass]set ArrayName[Index1*90+Index2][/ljass]
The problem of course is that the more you break it up, the smaller each dimension gets, since you only have 8192 indices to work with.


Also look at this.


Hashtables, though different, are very similar to typical 2D arrays....at least in my opinion.
It's not your opinion. Wc3 hashtables ARE 2d arrays.

And they're quite recommended to use for mass usage of large indices. Or to just avoid a headache. And in some cases probably wind up with faster code than vJass 2d arrays.
 
Well, in any situation with 1d arrays, you can simulate n-dimensional arrays by treating a one-dimensional array as if it were broken up into smaller blocks. For example, this would simulate using a 90*90 array:
[ljass]set ArrayName[Index1*90+Index2][/ljass]
The problem of course is that the more you break it up, the smaller each dimension gets, since you only have 8192 indices to work with.


Also look at this.



It's not your opinion. Wc3 hashtables ARE 2d arrays.

And they're quite recommended to use for mass usage of large indices. Or to just avoid a headache. And in some cases probably wind up with faster code than vJass 2d arrays.

Mhmmm...
Never thought of using multiplication to simulate a 2D index, but I did thought of this: Array[S2I(I2S(index1) + "" + I2S(index2))] and even attempted to use it, LOL. Thanks for that advice. :)
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    News portal has been retired. Main page of site goes to Headline News forum now
  • The Helper The Helper:
    I am working on getting access to the old news portal under a different URL for those that would rather use that for news before we get a different news view.
  • Ghan Ghan:
    Easily done
    +1
  • The Helper The Helper:
    https://www.thehelper.net/pages/news/ is a link to the old news portal - i will integrate it into the interface somewhere when i figure it out
  • Ghan Ghan:
    Need to try something
  • Ghan Ghan:
    Hopefully this won't cause problems.
  • Ghan Ghan:
    Hmm
  • Ghan Ghan:
    I have converted the Headline News forum to an Article type forum. It will now show the top 20 threads with more detail of each thread.
  • Ghan Ghan:
    See how we like that.
  • The Helper The Helper:
    I do not see a way to go past the 1st page of posts on the forum though
  • The Helper The Helper:
    It is OK though for the main page to open up on the forum in the view it was before. As long as the portal has its own URL so it can be viewed that way I do want to try it as a regular forum view for a while
  • Ghan Ghan:
    Yeah I'm not sure what the deal is with the pagination.
  • Ghan Ghan:
    It SHOULD be there so I think it might just be an artifact of having an older style.
  • Ghan Ghan:
    I switched it to a "Standard" article forum. This will show the thread list like normal, but the threads themselves will have the first post set up above the rest of the "comments"
  • The Helper The Helper:
    I don't really get that article forum but I think it is because I have never really seen it used on a multi post thread
  • Ghan Ghan:
    RpNation makes more use of it right now as an example: https://www.rpnation.com/news/
  • The Helper The Helper:
  • The Helper The Helper:
    What do you think Tom?
  • tom_mai78101 tom_mai78101:
    I will have to get used to this.
  • tom_mai78101 tom_mai78101:
    The latest news feed looks good
  • The Helper The Helper:
    I would like to see it again like Ghan had it the first time with pagination though - without the pagination that view will not work but with pagination it just might...
  • The Helper The Helper:
    This drink recipe I have had more than a few times back in the day! Mind Eraser https://www.thehelper.net/threads/cocktail-mind-eraser.194720/

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top