EUNO.NEWS EUNO.NEWS
  • All (20993) +299
  • AI (3155) +14
  • DevOps (933) +7
  • Software (11054) +203
  • IT (5802) +74
  • Education (48)
  • Notice
  • All (20993) +299
    • AI (3155) +14
    • DevOps (933) +7
    • Software (11054) +203
    • IT (5802) +74
    • Education (48)
  • Notice
  • All (20993) +299
  • AI (3155) +14
  • DevOps (933) +7
  • Software (11054) +203
  • IT (5802) +74
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 2 weeks ago · software

    Transaction Race Conditions: Why BEGIN on Pool Breaks Everything

    Problem js // ❌ Dangerous: Transaction on pool async function transferFundsfrom, to, amount { await pool.query'BEGIN'; await pool.query'UPDATE accounts SET bal...

    #postgresql #transaction #race-condition #concurrency #nodejs #database-pool #data-integrity #sql
  • 2 weeks ago · software

    Beyond FFI: Zero-Copy IPC with Rust and Lock-Free Ring-Buffers

    !Cover image for Beyond FFI: Zero-Copy IPC with Rust and Lock‑Free Ring‑Buffershttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,...

    #rust #zero-copy #inter-process-communication #lock-free #ring-buffer #ffi #high-frequency-trading #performance #concurrency
  • 2 weeks ago · software

    RxJava Concurrency and Flowable - Threading and Backpressure

    Schedulers kotlin // Unbounded worker thread pool, 재사용 Schedulers.io // CPU 코어 수만큼 제한된 스레드 Schedulers.computation // 항상 새 스레드 생성 Schedulers.newThread // 단일 스레드...

    #RxJava #concurrency #threading #backpressure #Flowable #Schedulers #Kotlin #Android #reactive-programming
  • 2 weeks ago · software

    From 1 Hour to 90 Seconds: High-Performance Data Migration with Appwrite & Go

    Introduction Migrating 10,000 records from CSV to a database took over an hour with sequential processing. Using Appwrite's Go SDK and a worker‑pool pattern, t...

    #Appwrite #Go #data migration #concurrency #worker pools #SDK #performance optimization #database
  • 2 weeks ago · software

    Python Is Overrated? The REAL Best Language for Web Scraping

    Introduction “Is there any library which won’t suck when I’m deploying?” Setting up undetected‑chromedriver on macOS used to be pure pain for me. Many clients...

    #python #javascript #golang #web-scraping #puppeteer #concurrency #deployment #libraries
  • 2 weeks ago · software

    Approachable Swift Concurrency

    Article URL: https://fuckingapproachableswiftconcurrency.com/en/ Comments URL: https://news.ycombinator.com/item?id=46432916 Points: 11 Comments: 0...

    #swift #concurrency #async/await #iOS #programming
  • 2 weeks ago · software

    🧠_Deep_Dive_Memory_Management_Performance[20251230010751]

    Deep Dive: Memory Management & GC Performance Traps _As an engineer who has tackled countless performance‑tuning cases, I know how critical memory management is...

    #memory management #garbage collection #performance tuning #web applications #concurrency #latency #memory leaks #memory fragmentation
  • 3 weeks ago · software

    Unlocking Go’s sync.Cond: The Dinner Bell Pattern

    If you ask a Go developer how to handle concurrency, they will almost certainly say: “Use Channels.” And 95 % of the time, they are right. Channels are the idio...

    #Go #concurrency #sync.Cond #condition variable #goroutines #channels #programming patterns #parallelism
  • 3 weeks ago · software

    Go WebSocket Programming: Build Real-Time Apps with Ease

    WebSocket in Go: Real‑time Apps Hey there, Go developers! Ready to dive into the world of real‑time web applications? WebSocket is your ticket to building chat...

    #go #websocket #real-time #concurrency #goroutine #web-development #chat-apps #live-dashboard
  • 3 weeks ago · software

    Using LMAX Disruptor to build a high-performance in-memory event broker in Java.

    Introduction I spend most of my time writing Python code for data analysis and engineering, filesystem operations, and web projects, with some Go thrown in som...

    #Java #LMAX Disruptor #concurrency #high-performance #event-driven
  • 3 weeks ago · software

    🧠_Deep_Dive_Memory_Management_Performance

    A Deep Dive into Memory Management & GC‑Related Performance Traps As an engineer who has tackled countless performance‑tuning cases, I know how crucial memory...

    #memory management #garbage collection #performance tuning #concurrency #latency
  • 3 weeks ago · software

    Optimizing .NET 8 API Consumption at Scale: A Technical Deep Dive into Concurrency, Batching, and Resilient Retry Mechanisms

    Introduction When architecting systems that rely on external APIs, it is paramount to anticipate and mitigate potential scaling bottlenecks, such as rate limit...

    #.NET #.NET8 #API #Concurrency #Batching #Retry #Resilience #Rate Limiting #Performance #Scalability

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026