Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aradi/rearrayfx
- Owner: aradi
- License: other
- Created: 2023-11-05T12:38:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T12:45:21.000Z (about 1 year ago)
- Last Synced: 2023-11-05T13:30:03.669Z (about 1 year ago)
- Language: Fortran
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.