{
  "SPDXID": "SPDXRef-DOCUMENT",
  "name": "python3-simsimd-0.6.2.1-1.oe2403sp4.aarch64.rpm",
  "spdxVersion": "SPDX-2.2",
  "creationInfo": {
    "created": "2026-07-04T06:27:27.347923978Z",
    "creators": [
      "openeuler_creator"
    ]
  },
  "dataLicense": "CC0-1.0",
  "documentNamespace": "https://sbom.openEuler.org/python3-simsimd-0.6.2.1-1.oe2403sp4.aarch64.rpm",
  "packages": [
    {
      "SPDXID": "SPDXRef-rpm-python3-simsimd-6.2.1",
      "name": "python3-simsimd",
      "licenseConcluded": "Apache-2.0",
      "checksums": [
        {
          "algorithm": "SHA256",
          "checksumValue": "25ec41e871238a463798693ce5913310bba4e67f23bf043dfadcf73e72de7fd1"
        }
      ],
      "description": "Computing dot-products, similarity measures, and distances between low- and high-dimensional vectors is ubiquitous in Machine Learning, Scientific Computing, Geo-Spatial Analysis, and Information Retrieval.\nThese algorithms generally have linear complexity in time, constant or linear complexity in space, and are data-parallel.\nIn other words, it is easily parallelizable and vectorizable and often available in packages like BLAS (level 1) and LAPACK, as well as higher-level `numpy` and `scipy` Python libraries.\nIronically, even with decades of evolution in compilers and numerical computing, [most libraries can be 3-200x slower than hardware potential][benchmarks] even on the most popular hardware, like 64-bit x86 and Arm CPUs.\nMoreover, most lack mixed-precision support, which is crucial for modern AI!\nThe rare few that support minimal mixed precision, run only on one platform, and are vendor-locked, by companies like Intel and Nvidia.\nSimSIMD provides an alternative.\n1️⃣ SimSIMD functions are practically as fast as `memcpy`.\n2️⃣ Unlike BLAS, most kernels are designed for mixed-precision and bit-level operations.\n3️⃣ SimSIMD often [ships more binaries than NumPy][compatibility] and has more backends than most BLAS implementations, and more high-level interfaces than most libraries.",
      "downloadLocation": "NOASSERTION",
      "externalRefs": [
        {
          "referenceCategory": "PACKAGE_MANAGER",
          "referenceLocator": "pkg:rpm/python3-simsimd@6.2.1-1.oe2403sp4?arch=aarch64&epoch=0&upstream=python-simsimd-6.2.1-1.oe2403sp4.src.rpm",
          "referenceType": "purl"
        }
      ],
      "filesAnalyzed": false,
      "homepage": "https://github.com/ashvardanian/simsimd",
      "licenseDeclared": "Apache-2.0",
      "sourceInfo": "acquired package info from repodata DB: repodata/f0b2606f1dc0294014b17bb8ea9231f0129611b4c9610b9db40f82da2b1f63da-primary.sqlite.bz2",
      "summary": "Portable mixed-precision BLAS-like vector math library for x86 and ARM",
      "supplier": "Organization: http://openeuler.org",
      "versionInfo": "0:6.2.1-1.oe2403sp4"
    }
  ],
  "relationships": []
}
