Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-fastavro-1.12.1-1.fc44 RPM for s390x

From Fedora Rawhide for s390x / p

Name: python3-fastavro Distribution: Fedora Project
Version: 1.12.1 Vendor: Fedora Project
Release: 1.fc44 Build date: Sat Oct 11 09:40:27 2025
Group: Unspecified Build host: buildvm-s390x-06.s390.fedoraproject.org
Size: 1777039 Source RPM: python-fastavro-1.12.1-1.fc44.src.rpm
Packager: Fedora Project
Url: https://github.com/fastavro/fastavro
Summary: Fast Avro for Python
Because the Apache Python avro package is written in pure Python, it is
relatively slow. In one test case, it takes about 14 seconds to iterate through
a file of 10,000 records. By comparison, the JAVA avro SDK reads the same file
in 1.9 seconds.

The fastavro library was written to offer performance comparable to the Java
library. With regular CPython, fastavro uses C extensions which allow it to
iterate the same 10,000 record file in 1.7 seconds. With PyPy, this drops to
1.5 seconds (to be fair, the JAVA benchmark is doing some extra JSON
encoding/decoding).

Supported Features

  • File Writer
  • File Reader (iterating via records or blocks)
  • Schemaless Writer
  • Schemaless Reader
  • JSON Writer
  • JSON Reader
  • Codecs (Snappy, Deflate, Zstandard, Bzip2, LZ4, XZ)
  • Schema resolution
  • Aliases
  • Logical Types
  • Parsing schemas into the canonical form
  • Schema fingerprinting

Missing Features

  • Anything involving Avro’s RPC features

Provides

Requires