Reddit Programming
201 subscribers
1.22K photos
126K links
I will send you newest post from subreddit /r/programming
Download Telegram
๐Ÿš€ Just Built a High-Performance Java Library for Multi-threaded File Processing โ€“ Feedback Welcome!
https://www.reddit.com/r/programming/comments/1kuwh48/just_built_a_highperformance_java_library_for/

<!-- SC_OFF -->Hey folks,
I just released a new Java library: SmartFileProcessor. It's designed for high-throughput, multithreaded file processing with configurable batching, line/batch processors, and in-depth thread-level stats (JSON/CSV/human-readable output). ๐Ÿงต Features: Multi-threaded processing with backpressure Buffered + batched writes with async flushes Pluggable LineProcessor or BatchProcessor Export runtime performance metrics (JSON/CSV) Tracks memory, wall-clock time, thread-level timing Perfect for large log files, ETL workflows, and pre-processing pipelines. ๐Ÿ“ฆ GitHub: https://github.com/MayankPratap/Samchika
โœจ Would love feedback, issues, PRs, or just thoughts! #Java #Multithreading #Performance #OpenSource <!-- SC_ON --> submitted by /u/SatyamEvaJayat (https://www.reddit.com/user/SatyamEvaJayat)
[link] (https://github.com/MayankPratap/Samchika) [comments] (https://www.reddit.com/r/programming/comments/1kuwh48/just_built_a_highperformance_java_library_for/)
Engineering With Java: Digest #57
https://www.reddit.com/r/programming/comments/1mavu0o/engineering_with_java_digest_57/

<!-- SC_OFF -->๐“๐ก๐ž ๐ฅ๐š๐ญ๐ž๐ฌ๐ญ ๐ž๐๐ข๐ญ๐ข๐จ๐ง ๐จ๐Ÿ ๐ญ๐ก๐ž ๐‰๐š๐ฏ๐š ๐ง๐ž๐ฐ๐ฌ๐ฅ๐ž๐ญ๐ญ๐ž๐ซ ๐ข๐ฌ ๐จ๐ฎ๐ญ! ๐“๐ก๐ข๐ฌ ๐ฐ๐ž๐ž๐ค'๐ฌ ๐œ๐จ๐ฅ๐ฅ๐ž๐œ๐ญ๐ข๐จ๐ง ๐ข๐ง๐œ๐ฅ๐ฎ๐๐ž๐ฌ: > Self-Healing Microservices: Implementing Health Checks with Spring Boot and Kubernetes > JEP targeted to JDK 25: 520: JFR Method Timing & Tracing > Agent Memory with Spring AI & Redis > A Sneak Peek at the Stable Values API > Java 22 to 24: Level up your Java Code by embracing new features in a safe way > Spring Cloud Stream: Event-Driven Architecture โ€“ Part 1 > Undocumented Java 16 Feature: The End-of-File Comment > Service Mesh in Java: Istio and Linkerd Integration for Secure Microservices ๐‚๐ก๐ž๐œ๐ค ๐จ๐ฎ๐ญ ๐ญ๐ก๐ž ๐ง๐ž๐ฐ๐ฌ๐ฅ๐ž๐ญ๐ญ๐ž๐ซ ๐š๐ง๐ ๐ฌ๐ฎ๐›๐ฌ๐œ๐ซ๐ข๐›๐ž ๐Ÿ๐จ๐ซ ๐ฐ๐ž๐ž๐ค๐ฅ๐ฒ ๐ฎ๐ฉ๐๐š๐ญ๐ž๐ฌ: https://javabulletin.substack.com/p/engineering-with-java-digest-57 #java #spring #newsletter #springboot <!-- SC_ON --> submitted by /u/Educational-Ad2036 (https://www.reddit.com/user/Educational-Ad2036)
[link] (https://javabulletin.substack.com/p/engineering-with-java-digest-57) [comments] (https://www.reddit.com/r/programming/comments/1mavu0o/engineering_with_java_digest_57/)
Don't Count Java out Yet
https://www.reddit.com/r/programming/comments/1s2gjgv/dont_count_java_out_yet/

<!-- SC_OFF -->I remember when I first started working, I loved visiting this old mainframe building, where the "serious" software engineering work was being done. The mainframe was long-gone, but the hard-core vibe of the place still lingered. As I took any excuse to walk past a different part of the building to try and sneak a peek into whatever compute wizardry I imagined was being conjured up, one thing I always noticed was copies of InfoWorld being strewn across desks and tables (and yes, even in the bathroom - hey, I said it was hard-core ;-) ). I guess those days are mostly over now, but it's nice to see that there is still some great writing going on at InfoWorld (https://www.linkedin.com/feed/?shareActive=true&url=https%3A%2F%2Fwww.infoworld.com%2Farticle%2F2335996%2F9-reasons-java-is-still-great.html&shareUrl=https%3A%2F%2Fwww.infoworld.com%2Farticle%2F2335996%2F9-reasons-java-is-still-great.html#) by some talented and knowledgeable authors. Matt Tyson (https://www.linkedin.com/feed/?shareActive=true&url=https%3A%2F%2Fwww.infoworld.com%2Farticle%2F2335996%2F9-reasons-java-is-still-great.html&shareUrl=https%3A%2F%2Fwww.infoworld.com%2Farticle%2F2335996%2F9-reasons-java-is-still-great.html#) is definitely one of them and this is a great piece on why despite the #rust / #golang / #elixir craze, #java is still the language and framework to beat. (One of these days I'm going to finally learn #spring and re-join the java club.) <!-- SC_ON --> submitted by /u/scottedwards2000 (https://www.reddit.com/user/scottedwards2000)
[link] (https://www.infoworld.com/article/2335996/9-reasons-java-is-still-great.html) [comments] (https://www.reddit.com/r/programming/comments/1s2gjgv/dont_count_java_out_yet/)