https://github.com/khbminus/shallow-size-plugin
Shallow size kotlin's compiler
https://github.com/khbminus/shallow-size-plugin
Last synced: over 1 year ago
JSON representation
Shallow size kotlin's compiler
- Host: GitHub
- URL: https://github.com/khbminus/shallow-size-plugin
- Owner: khbminus
- Created: 2023-01-06T22:56:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T23:07:21.000Z (over 3 years ago)
- Last Synced: 2025-01-21T10:33:23.670Z (over 1 year ago)
- Language: Kotlin
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shallow size Kotlin compiler plugin
A JVM Kotlin compiler plugin that generates a `shallowSize()` method, which calculates a real size (with some assumptions, e.g. on reference size) of data classes.
This is an optional homework of Kotlin course @ Contructor University (formely Jacobs University Bremen).