We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b142e commit d74e397Copy full SHA for d74e397
1 file changed
README.md
@@ -244,6 +244,21 @@ API Documentation
244
245
http://www.javadoc.io/doc/me.lemire.integercompression/JavaFastPFOR/
246
247
+
248
+Citing this work
249
+-----------------
250
251
+If you use JavaFastPFOR in your work, please consider citing the project. A recommended BibTeX entry is:
252
253
+```bibtex
254
+@misc{lemire2025_javafastpfor,
255
+ author = {Daniel Lemire},
256
+ title = {{JavaFastPFOR: A simple integer compression library in Java}},
257
+ year = {2025},
258
+ howpublished = {\url{https://github.com/fast-pack/JavaFastPFOR}},
259
+}
260
+```
261
262
Want to read more?
263
------------------
264
0 commit comments