aradi / rearrayfx

Demo implementation for a reallocatable array type with overprovision in Fortran

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReArrayFX

Simple proof-of-concept demonstration of an reallocatable array structure with overprovision at re-allocation in order to decrease the nr. of reallocations.

See app/main.f90 for a demonstration and src/rearrayfx.f90 for the implementation details.

Licensed under the BSD-2-Clause-Patent license.

About

Demo implementation for a reallocatable array type with overprovision in Fortran

License:Other


Languages

Language:Fortran 100.0%