Showing 1 open source project for "fcntl"

View related business solutions
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines on Google’s infrastructure.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
  • 1

    A better btree library

    A small, sane btree lib, derived from the old berkeley db 1.85 code

    ... to the critical section. - a limited form of concurrency implemented with fcntl(F_SETLKW) - readers are not blocked while dirty pages accumulate in a writers cache - writer waits for readers to call bt_detach() before any write to the file. - bt_attach() in a reader succeeds when the writer leaves its critical section. - no starvation in a scenario with ten writers and ten readers. - tested with musl libc, less than 40K for a statically linked test program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next