adamw7 / tools

code generation and data oriented tools
MIT License
5 stars 1 forks source link

Introduce the batch size in iterable data sources #33

Open adamw7 opened 1 year ago

adamw7 commented 1 year ago

IterableDataSource should be extended

adamw7 commented 1 year ago

Just add public List<String[]> nextBatch(int size);