Open dataf3l opened 1 year ago
6000 tokens is not very much. It certainly doesn't make sense to change the code just to accomodate some external analysis.
If you want, fork the repo, then you can mostly split files where you want (toplevel forms). Make sure to start each file with a proper defpackage form, and adjust the :components with their dependencies in the asd file appropriately.
As part of a research project, I am writing a code analysis tool, that counts the toke count for each file. unfortunately I cannot continue until these files are "split" into smaller files. Is it even possible to refactor these files into smaller files (about half the size?)
my tool seeks to generate recommendations on code, but I have a token limit.
can you guys assist by refactoring the code?
List of "too large" (files for analysis)
I thank you in advance.