17.10.2018, 12:33
pawn-array-view
pawn-array-view is an efficient C++ library that abstracts the complex memory layout of multi-dimensional pawn arrays and provides an intuitive C/++ array-like interface for dealing with them. The name suggests that the library only allows read-only access to the arrays but that's not true; you can access and modify the arrays. Any decent C++ compiler will be able to optimize off all access and modifications to the arrays into simple pointer arithmetic.
Links
pawn-array-view is an efficient C++ library that abstracts the complex memory layout of multi-dimensional pawn arrays and provides an intuitive C/++ array-like interface for dealing with them. The name suggests that the library only allows read-only access to the arrays but that's not true; you can access and modify the arrays. Any decent C++ compiler will be able to optimize off all access and modifications to the arrays into simple pointer arithmetic.
Links