FastJavaIO icon indicating copy to clipboard operation
FastJavaIO copied to clipboard

Publish to Maven?

Open pathikrit opened this issue 7 years ago • 3 comments

I was the original asker of http://stackoverflow.com/questions/7049011/whats-the-fastest-way-to-read-from-system-in-in-java

Here are my implementations: https://github.com/pathikrit/better-files/tree/master/benchmarks/src/main

Benchmarks: https://github.com/pathikrit/better-files/tree/master/benchmarks

I hope to incorporate your lib in my benchmarks. Is it available in maven?

pathikrit avatar Apr 27 '17 13:04 pathikrit

Hi, @pathikrit I watched your talk and had a look at the GitHub repo you made, very impressive! I have not yet incorporated this library into Maven. In fact, I have never used Maven, but I should be able to figure it out today.

williamfiset avatar Apr 27 '17 14:04 williamfiset

I believe I have successfully migrated the application to use maven as a build manager. I have also appropriately updated the README documentation for your convince. Also, FYI I primarily built this library for speed, so I will be very interested in knowing how the benchmark tests turn out, keep me posted.

williamfiset avatar Apr 29 '17 02:04 williamfiset

But, I don't see your library in Maven central: https://search.maven.org/#search%7Cga%7C1%7Cfastjavaio

pathikrit avatar May 23 '17 20:05 pathikrit