MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / write

Method write

rust/stringzilla.rs:664–666  ·  view source on GitHub ↗
(&mut self, bytes: &[u8])

Source from the content-addressed store, hash-verified

662
663 #[inline]
664 fn write(&mut self, bytes: &[u8]) {
665 let _ = self.update(bytes);
666 }
667
668 // Feed integers as little-endian bytes for cross-platform stability
669 #[inline]

Callers 15

write_u8Method · 0.80
write_u16Method · 0.80
write_u32Method · 0.80
write_u64Method · 0.80
write_u128Method · 0.80
write_usizeMethod · 0.80
write_i8Method · 0.80
write_i16Method · 0.80
write_i32Method · 0.80
write_i64Method · 0.80
write_i128Method · 0.80
write_isizeMethod · 0.80

Calls 1

updateMethod · 0.80

Tested by 5

streaming_hashFunction · 0.64
get_unicode_xml_dataFunction · 0.64