Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aradi/rearrayfx

Demo implementation for a reallocatable array type with overprovision in Fortran
https://github.com/aradi/rearrayfx

Last synced: about 5 hours ago
JSON representation

Demo implementation for a reallocatable array type with overprovision in Fortran

Awesome Lists containing this project

README

        

*********
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.