copy-on-write
There are 49 repositories under copy-on-write topic.
aweary/react-copy-write
✍️ Immutable state with a mutable API
xfbs/imstr
Immutable strings, in Rust.
RReverser/cow-utils-rs
Copy-on-write string utilities for Rust
redox-os/redoxfs
Mirror of https://gitlab.redox-os.org/redox-os/redoxfs
3coma3/btrfs-backup
A simple, flexible script for versioned backups using btrfs and rsync
sin/react-immer-hooks
Easy immutability in React Hooks with Immer.
purpleprotocol/hashcow
A Rust HashMap implementation with copy-on-write keys and values
lideming/btrdb
A Copy-on-Write NoSQL database engine inspired by btrfs
planetis-m/cowstrings
Copy-On-Write string implementation according to nim-lang/RFCs#221
remram44/cowblock
Block-level copy-on-write tool
fujiapple852/bounded-static
A Rust crate that defines the ToBoundedStatic and IntoBoundedStatic traits
nethappen/blocksync-fast
Fast block device sync with digest, designed to improve block-based backups.
Photonios/pgcow
Bringing copy-on-write semantics to PostgreSQL.
werbenhu/eventbus
A lightweight eventbus that simplifies communication between goroutines
phelmkamp/immut
Immutable data structures for the Go language.
grillbaer/persistentds
Persistent data structures - immutable copy-on-write lists, maps and sets for Java
kolayne/docker-on-top
Docker volume driver: mount host directory with copy-on-write
Tamschi/cervine
A slightly more flexible Cow; to T: Borrow<R> as alloc::borrow::Cow is to B: ToOwned.
alexandrkozlov/cow
Copy on write array implementation based on std::vector
dchandak99/copy-on-write
Implementation of Copy on Write (COW) fork in xv6
assa77/libx1000
libx1000 fixes the LOCK prefix segfault on Intel Quark X1000
Conaclos/cow-list
Copy-On-Write iterable list
janprzy/zfs-snapsize
Recursively get the combined size of a ZFS snapshot across descendant datasets
themisvaltinos/MIT-Copy-on-Write-xv6
Implementation of copy-on-write fork
bannsec/pyCoW
Attempt at creating Copy-On-Write library for Python
Conaclos/replayable-random
Replayable sequence of pseudo-random numbers for JavaScript and TypeScript
Brugarolas/immersible
My own version of Immer. Just for fun!
mgoltzsche/k8storagex
host path and layered cache file system provisioner for distributed (CI) jobs on Kubernetes (alpha)
chrisioan/Copy-On-Write-in-xv6
Implementation of Copy-On-Write in xv6 kernel in C.
dureuill/maybe_ptr
Pointer type that acts like a std::unique_ptr, but that may or may not actually own its data.
Gastaan/custom-xv6
A customized version of Xv6 for RISC-V for educational purposes.
hannaHayik/OS-Memory
Implementing a full-scale RAM on xv6 OS including: Paging, Swap files, Virtual/Physical addresses, Copy-On-Write and more
jxsl13/backupfs
backup-on-write filesystem abstraction layer with rollback mechanism.
oleg-m1973/shared_string
C++ shared_string class implementation
TheSwiftBird/Copy-on-Write
Demo code for the episode on Swift’s Copy-on-Write
gary7102/Linux-get-physical-address
Add a system call in Linux Kernel that get physical addresses from virtual addresses