Skip to content

Commit

Permalink
multiblocks strike again
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonwatson committed Aug 2, 2024
1 parent e16d0a7 commit 294aede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/lib/util/LongArrayList.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* An optimized long array. Used in lieu of an {@code ArrayList<Long>} to avoid boxing (and the
* performance implications that come with it).
*
* <p>
* Current interface is limited to the methods used by {@link LoggingProfiler}, though its interface
* may expand in the future to match the full {@link List} interface.
*/
Expand Down

0 comments on commit 294aede

Please sign in to comment.