Skip to content

Commit f1ea93d

Browse files
authored
Update paper.md
1 parent f34b9ab commit f1ea93d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paper.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ bibliography: paper.bib
1717
# Summary
1818

1919
A BigArrayList is a Java library that allows programmers to easily store and operate on data that is too large to store in memory. It has the same function signatures as the existing ArrayList class and automatically handles all I/O operations to reduce the learning curve for programmers. The BigArrayList data structure maps a group of ArrayList objects stored in memory, to a set of files on disk. This allows programmers to work with larger amounts of data without the need to create their own I/O mechanism. The goal of this library is to provide a generic and easy-to-use solution that automatically uses disk space as extra memory for data that is too large to store in memory. A common use for this library is for operating on large data sets such as [ASSISTments data sets](https://sites.google.com/site/assistmentsdata/home), which the library was originally used for.
20-
DOI <insert DOI here>.
2120

2221
# References

0 commit comments

Comments
 (0)