GitHub topics: copy-on-write
redox-os/redoxfs
Mirror of https://gitlab.redox-os.org/redox-os/redoxfs
Language: Rust - Size: 586 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 93 - Forks: 13

fujiapple852/bounded-static
A Rust crate that defines the ToBoundedStatic and IntoBoundedStatic traits
Language: Rust - Size: 98.6 KB - Last synced at: 1 day ago - Pushed at: about 1 month ago - Stars: 16 - Forks: 4

gary7102/Linux-get-physical-address
Add a system call in Linux Kernel that get physical addresses from virtual addresses
Language: C - Size: 155 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

aweary/react-copy-write
✍️ Immutable state with a mutable API
Language: JavaScript - Size: 143 KB - Last synced at: 14 days ago - Pushed at: about 6 years ago - Stars: 1,781 - Forks: 54

ttkb-oss/dedup
dedup finds and clones duplicate files
Language: C - Size: 178 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 146 - Forks: 3

xfbs/imstr
Immutable strings, in Rust.
Language: Rust - Size: 305 KB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 245 - Forks: 13

jxsl13/backupfs
backup-on-write filesystem abstraction layer with rollback mechanism.
Language: Go - Size: 316 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

amishbni/cow
Copy-on-Write for Python's mutable data structures
Language: Python - Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

RReverser/cow-utils-rs
Copy-on-write string utilities for Rust
Language: Rust - Size: 15.6 KB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 158 - Forks: 8

remram44/cowblock
Block-level copy-on-write tool
Language: Rust - Size: 46.9 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 18 - Forks: 1

Photonios/pgcow
Bringing copy-on-write semantics to PostgreSQL.
Language: C - Size: 166 MB - Last synced at: 12 days ago - Pushed at: over 5 years ago - Stars: 15 - Forks: 0

Tamschi/cervine
A slightly more flexible Cow; to T: Borrow<R> as alloc::borrow::Cow is to B: ToOwned.
Language: Rust - Size: 55.7 KB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

werbenhu/eventbus
A lightweight eventbus that simplifies communication between goroutines
Language: Go - Size: 62.5 KB - Last synced at: 20 days ago - Pushed at: 5 months ago - Stars: 12 - Forks: 3

kolayne/docker-on-top
Docker volume driver: mount host directory with copy-on-write
Language: Go - Size: 378 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 7 - Forks: 2

bannsec/pyCoW
Attempt at creating Copy-On-Write library for Python
Language: Python - Size: 44.9 KB - Last synced at: 10 days ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 1

planetis-m/cowstrings
Copy-On-Write string implementation according to nim-lang/RFCs#221
Language: Nim - Size: 22.5 KB - Last synced at: 16 days ago - Pushed at: 7 months ago - Stars: 18 - Forks: 1

lideming/btrdb
A Copy-on-Write NoSQL database engine inspired by btrfs
Language: TypeScript - Size: 431 KB - Last synced at: 2 days ago - Pushed at: 4 months ago - Stars: 20 - Forks: 1

nethappen/blocksync-fast
Fast block device sync with digest, designed to improve block-based backups.
Language: C - Size: 410 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 8 - Forks: 1

janprzy/zfs-snapsize
Recursively get the combined size of a ZFS snapshot across descendant datasets
Language: Shell - Size: 22.5 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

ayeshathoi/OS-314
contains all my work of cse-314 (Operating sessional Lab)
Language: C - Size: 25.6 MB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

meggsOmatic/immutable-cow
A very pre-release library for C++ copy-on-write data structures
Language: C++ - Size: 59.6 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

allenvox/string-cow 📦
Implementation of C++ String class with copy-on-write
Language: C++ - Size: 833 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

chrisioan/Copy-On-Write-in-xv6
Implementation of Copy-On-Write in xv6 kernel in C.
Language: C - Size: 2.76 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

phelmkamp/immut
Immutable data structures for the Go language.
Language: Go - Size: 75.2 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 1

oleg-m1973/shared_string
C++ shared_string class implementation
Language: C++ - Size: 65.4 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

purpleprotocol/hashcow
A Rust HashMap implementation with copy-on-write keys and values
Language: Rust - Size: 10.7 KB - Last synced at: 5 days ago - Pushed at: over 5 years ago - Stars: 32 - Forks: 2

kr-g/dryades
dryades umbrella project
Language: Python - Size: 139 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

gdex1974/CopyOnWritePtr
A simple smart pointer with copy-on-write semantic.
Language: C++ - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Conaclos/cow-list
Copy-On-Write iterable list
Language: TypeScript - Size: 132 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

3coma3/btrfs-backup
A simple, flexible script for versioned backups using btrfs and rsync
Language: Shell - Size: 464 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 67 - Forks: 10

lemonjesus/file-COW
A header-only library that provides simple copy-on-write functionality to files.
Language: C - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

grillbaer/persistentds
Persistent data structures - immutable copy-on-write lists, maps and sets for Java
Language: Java - Size: 94.7 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 8 - Forks: 1

Brugarolas/immersible
My own version of Immer. Just for fun!
Language: JavaScript - Size: 41 KB - Last synced at: 20 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

dchandak99/copy-on-write
Implementation of Copy on Write (COW) fork in xv6
Language: C - Size: 110 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

assa77/libx1000
libx1000 fixes the LOCK prefix segfault on Intel Quark X1000
Language: C - Size: 40 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

Themiscodes/MIT-Copy-on-Write-xv6
Implementation of copy-on-write fork
Language: C - Size: 95.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

sin/react-immer-hooks
Easy immutability in React Hooks with Immer.
Language: JavaScript - Size: 20.5 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 45 - Forks: 2

panagiotiskon/OS-COW-RISCV
📑Copy On Write implementation
Language: C - Size: 17.2 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

WeZZard/COWKit
A copy-on-write help library for Swift.
Language: Swift - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

vls-00/copy-on-write-COW-xv6
:computer: The famous copy on write problem solved in xv6 implemented for a RISC-V multiprocessor.
Language: C - Size: 135 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

mgoltzsche/k8storagex
host path and layered cache file system provisioner for distributed (CI) jobs on Kubernetes (alpha)
Language: Go - Size: 397 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

dureuill/maybe_ptr
Pointer type that acts like a std::unique_ptr, but that may or may not actually own its data.
Language: C++ - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

pavelkryukov/KryuCowString
COW implementation of limited length string with a pun name
Language: C++ - Size: 109 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

gavjan/JNP1
Programming languages and tools I
Language: C++ - Size: 2.61 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Conaclos/replayable-random
Replayable sequence of pseudo-random numbers for JavaScript and TypeScript
Language: TypeScript - Size: 633 KB - Last synced at: 24 days ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

anarsiel/Cpp-BigInt
Implementation of Big Integer calculation on Сpp
Language: C++ - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0
