Raised This Month: $ Target: $400
 0% 

Showing results 1 to 4 of 4
Search took 0.01 seconds.
Search: Posts Made By: addons_zz
Forum: Code Snippets/Tutorials 02-18-2017, 12:40
Replies: 46
Views: 34,786
Posted By addons_zz
Re: [ TUT ]Dynamic Array

Static arrays as faster for insertion and retrieving data. Do not believe?
Do some (https://forums.alliedmods.net/showpost.php?p=2387458&postcount=120) benchmarks...
Forum: Code Snippets/Tutorials 02-17-2017, 13:33
Replies: 46
Views: 34,786
Posted By addons_zz
Re: [ TUT ]Dynamic Array

No. If you set the size to 7, you can store arrays within 7 cell entries.

// Max cell entries = 7
new Array:array = ArrayCreate( 7 )

new max_array[] = { 2147483647, 2147483647, 2147483647,...
Forum: Code Snippets/Tutorials 02-16-2017, 15:14
Replies: 46
Views: 34,786
Posted By addons_zz
Re: [ TUT ]Dynamic Array

You can store entries as much as you like, until you server runs out of memory.
The 1 you are passing, is the size of each Dynamic Array entry you are storing in the Dynamic Array.

1 is one...
Forum: Code Snippets/Tutorials 01-19-2017, 15:58
Replies: 46
Views: 34,786
Posted By addons_zz
Re: [ TUT ]Dynamic Array

You still can have a dynamic array, of dynamic arrays, where each dynamic array is another dynamic array, and keep going on. This is what I used to destruct my two dimensional arrays. For higher...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 11:15.


Powered by vBulletin®
Copyright ©2000 - 2023, vBulletin Solutions, Inc.
Theme made by Freecode