Skip to main content

Fast and simple SumTree implementation in Rust with Python bindings

Project description

SumTree

This module contains a SumTree implementation in Rust with Python wrappers. Speedup is around 10x in comparison to an equivalent full Python implementation.

Check the project on github: https://github.com/yamoling/sumtree

Usage

Initialisation

from sumtree import SumTree
st = SumTree(1024)
st.add(10)
print(st.total)     # 10
print(len(st))      # 1
print(st.capacity)  # 1024

Sampling data

from sumtree import SumTree
st = SumTree(1024)
for i in range(1024):
    st.add(i)
index, value = st.get(500)
print(index, value)  # 32, 32.0

indices, values = st.sample(10)

Updating data

from sumtree import SumTree
st = SumTree(1024)
for i in range(1024):
    st.add(i)
# Set leaf 0 to value 40.
tree.update(0, 40.)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

sumtree-0.2.9-cp314-cp314t-win_arm64.whl (174.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

sumtree-0.2.9-cp314-cp314t-win_amd64.whl (182.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

sumtree-0.2.9-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (351.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

sumtree-0.2.9-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (325.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

sumtree-0.2.9-cp314-cp314t-macosx_11_0_arm64.whl (287.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

sumtree-0.2.9-cp314-cp314t-macosx_10_12_x86_64.whl (294.4 kB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

sumtree-0.2.9-cp314-cp314-win_arm64.whl (176.0 kB view details)

Uploaded CPython 3.14Windows ARM64

sumtree-0.2.9-cp314-cp314-win_amd64.whl (183.0 kB view details)

Uploaded CPython 3.14Windows x86-64

sumtree-0.2.9-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (351.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

sumtree-0.2.9-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (327.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

sumtree-0.2.9-cp314-cp314-macosx_11_0_arm64.whl (287.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sumtree-0.2.9-cp314-cp314-macosx_10_12_x86_64.whl (296.0 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

sumtree-0.2.9-cp313-cp313t-win_arm64.whl (173.5 kB view details)

Uploaded CPython 3.13tWindows ARM64

sumtree-0.2.9-cp313-cp313t-win_amd64.whl (181.7 kB view details)

Uploaded CPython 3.13tWindows x86-64

sumtree-0.2.9-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (350.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

sumtree-0.2.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (325.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

sumtree-0.2.9-cp313-cp313t-macosx_11_0_arm64.whl (288.9 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

sumtree-0.2.9-cp313-cp313t-macosx_10_12_x86_64.whl (295.0 kB view details)

Uploaded CPython 3.13tmacOS 10.12+ x86-64

sumtree-0.2.9-cp313-cp313-win_arm64.whl (176.3 kB view details)

Uploaded CPython 3.13Windows ARM64

sumtree-0.2.9-cp313-cp313-win_amd64.whl (183.1 kB view details)

Uploaded CPython 3.13Windows x86-64

sumtree-0.2.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (351.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

sumtree-0.2.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (327.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

sumtree-0.2.9-cp313-cp313-macosx_11_0_arm64.whl (287.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sumtree-0.2.9-cp313-cp313-macosx_10_12_x86_64.whl (296.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

sumtree-0.2.9-cp312-cp312-win_arm64.whl (176.5 kB view details)

Uploaded CPython 3.12Windows ARM64

sumtree-0.2.9-cp312-cp312-win_amd64.whl (183.1 kB view details)

Uploaded CPython 3.12Windows x86-64

sumtree-0.2.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (351.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

sumtree-0.2.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (327.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

sumtree-0.2.9-cp312-cp312-macosx_11_0_arm64.whl (287.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sumtree-0.2.9-cp312-cp312-macosx_10_12_x86_64.whl (296.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

sumtree-0.2.9-cp311-cp311-win_arm64.whl (178.5 kB view details)

Uploaded CPython 3.11Windows ARM64

sumtree-0.2.9-cp311-cp311-win_amd64.whl (185.3 kB view details)

Uploaded CPython 3.11Windows x86-64

sumtree-0.2.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

sumtree-0.2.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (328.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

sumtree-0.2.9-cp311-cp311-macosx_11_0_arm64.whl (291.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sumtree-0.2.9-cp311-cp311-macosx_10_12_x86_64.whl (297.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

sumtree-0.2.9-cp310-cp310-win_arm64.whl (178.3 kB view details)

Uploaded CPython 3.10Windows ARM64

sumtree-0.2.9-cp310-cp310-win_amd64.whl (185.4 kB view details)

Uploaded CPython 3.10Windows x86-64

sumtree-0.2.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (354.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sumtree-0.2.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (329.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

sumtree-0.2.9-cp310-cp310-macosx_11_0_arm64.whl (291.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sumtree-0.2.9-cp310-cp310-macosx_10_12_x86_64.whl (297.9 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file sumtree-0.2.9-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 20b41cf2a2ee121923a4251f3034763864644e7b160d138b2fe6c3bbe83f48cc
MD5 0beb8fde845c82150ee23b34a1d8a077
BLAKE2b-256 6fbd594b3b58dc2023871b28e9fcd66a455a4ced34e3733919930265cec9b9d8

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: sumtree-0.2.9-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 182.3 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for sumtree-0.2.9-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ef6be320cb9bda95c37cc41238051cfe7fd6ecad4b284a1cce2a937ed6e42314
MD5 95633f4e2844578a8be9eedf0c3bbac8
BLAKE2b-256 f8beb7e7a0d6a6b249efcb3c46bfd7d88f23a66060714a9c62ee95db7cb1222f

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b35427aac64648f3adc3e8dab6d7dcc8941f357f80cde0d69dbaf92382cc798
MD5 a09190e917d5d89b260848504bd392f4
BLAKE2b-256 920b5840c8174e23ce1c6a9475f89ccf90cce328e0ea59f96d9da4ff157c5dba

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5440f18a3df83d3d826b73b353fb154cb9b11e6c8fe48a8936874990daea3b9e
MD5 9389acc972904f9b82c662becaf1a69b
BLAKE2b-256 baddf45d244c54e2412d76581e24179845d3c000cef01d702dff76b3606eae55

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8dee170eaa29411d300e7740cbd45ccaff70200a848aab6951ef56a6f48da75
MD5 cc45ce5d4e047dceab022fef9fa83fb3
BLAKE2b-256 7f961bdfe15c9cdccb580b8e7e0cb31b63e8b49f866b2027382e0a9687872c19

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b2b701c01b14eee014660bb9813c1ca52d7e923f1b69dd92989d24683baad051
MD5 fab9e56cf468515b0dda908cf3aa1124
BLAKE2b-256 9e716c8f10389eb64f579eab45004b7f77585f94b8d46ecec1f81e1a116c18d4

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: sumtree-0.2.9-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 176.0 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for sumtree-0.2.9-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 6ccb95acfa30289033b5fe9b728926ea11a6c937224821e5412b3a5e3930ef18
MD5 f6b98e2e21d34791307575846ce83ffb
BLAKE2b-256 b7c9173911e85534b6af3dda0a90cf9319893e1c48d88dcc07500625eb1a2fad

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sumtree-0.2.9-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 183.0 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for sumtree-0.2.9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 03b5532c88dbf282679f270e54664cef6820433f9222d243514650e445b993f5
MD5 f430cb3223d6468c6df6c0a3adbc314d
BLAKE2b-256 a3ec95782103f5eb091dff28390ff689f75440696b287172d718cd533737562f

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 414e209607cecfd667e504ad18a9d4641ca8839a6af669dbd2a8f79b746d1e2b
MD5 310362c548342188146914055d4afd6d
BLAKE2b-256 7b7937da80d9585281e0b68fd19cbd08a26a8c44d7f10c79954f0f41f5909a45

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da9dcf93c1937f5f29d746e5c6092738352dbd8dfba6945fa3b7f252bd477cc4
MD5 0d241dd950baeabd9228b7f218c6f0f8
BLAKE2b-256 6d085503487b6c03218da8f414dafb68f6da6a4e602d338ee5558979f3fdef6a

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e49cedb27e3d2fb7b9bc643d47ba54b84fe6e48272f5a20d3c1d07e8b1270631
MD5 4b6b10b851bc5d9014c0831ef1515e9f
BLAKE2b-256 514989dd9d1541a5577ce199acd94348ca48b0b3bc404bfe93d4e49ea4db756a

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b332f9d56ffb86e6a1ee6a443d7e58d1adecb415dcd44b8d6308cdddf4dc3187
MD5 87b953494d711ff94d7122a81e40ea6e
BLAKE2b-256 5b3cc5e284adce77b1fc041dcfa9b73404f0b30e1827c284ec21731952739439

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp313-cp313t-win_arm64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 5d4562ecfb31bf424d838d864bce1c6edf171e630d7969f2a8676c0d288ec9d4
MD5 12c21bb4ef5cd59d7b3c86b40a2f888a
BLAKE2b-256 2947211c506315464cadcc8f68326b21bc57d068e1ad722f10e13b8ce018bb14

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: sumtree-0.2.9-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 181.7 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for sumtree-0.2.9-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 0f9bb160619dd8f02724918b158e97e44126cb80c5d7db41866700902627cac7
MD5 1068018448e2210bddabac401da15320
BLAKE2b-256 43523d4f0ff5ebbf5fe53675e3e433c2b2118f5f82777b5c4b355555117a32af

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 969922165499b246f7974693c916d17d6e9de229446754309cb2dac012d2be68
MD5 0136ba906e020e72eaecda84cfcd9642
BLAKE2b-256 505d8810b8b0ba605916c15b184b10b388c90f3b853c16cf834772aa09302050

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f9786b4000ee032505bf3334ccb83041cb00ef023025022bff0df6e299f3dbb
MD5 4c77924691e5e198ba84d72ef8c2ddb2
BLAKE2b-256 6df55f59bf0650a92076fabdc29022f4583ad8875ad8c8aa0968507fdad02137

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cceafd4993a7fe07b7fb043b335d2e85d1d9c02d7b237f3b4709db8bd7a0835
MD5 d3f1b92c084cac58aff5b69ba434a767
BLAKE2b-256 c505173e1107a55743e1f41055652b769db1fedffa6020ebcb2137a95902bfdb

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp313-cp313t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp313-cp313t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5bab4fcd66219f0457537fb2e3b6d4e0f1b6085199c44eb925e04efebd1734ba
MD5 192639acd2de122d7ba8e07477a89de9
BLAKE2b-256 4254525135d07d0a1961f4bb2beadfc99a426ab3d8382196d4b766a9097a9e1c

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: sumtree-0.2.9-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 176.3 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for sumtree-0.2.9-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 fc15109c14d09d6e82407d7ed11ec1a3535fd485379c9c83b84a2149bd76093d
MD5 1a110bb383a74a410a5e276f10987dd1
BLAKE2b-256 f1f8b084883dcda3df1b29f21ffa76b679bd531333d1a8fe68971665aa45093a

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sumtree-0.2.9-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 183.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for sumtree-0.2.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 58bddd4c7ceafc95f7fd8a2d720c3bce97e6c2be36c28d1e6fd4164d7d061d55
MD5 a88529710a5dffe37153a195e265e522
BLAKE2b-256 7f97c8e62cfa6a86ee9be20064fc323368b358f094d27a5e3f5b5c174cac3399

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c748265ff8029b8d0235d14e9c6ce11e75157a3767256e15b59980bd1b39f8f
MD5 78271d2022e7e29d538841774a254e92
BLAKE2b-256 8c031236532ae56e68854cb7f2f2641d4ac9888332c9f78184579c42110592e7

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef82d452bb9c834d605c539daf6c2a9864b2cc74af6d53e2267fed3ed14bbb84
MD5 29075a93c711c4545f05205b7c35d07a
BLAKE2b-256 c900eec8091cf00ce9f7cd9df7027ebf634b733f34cea72ac2daeb5d3013fbdd

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0447f96ae22ea9ab04d5be45e96c37a0937ea464c18a7b2493e6492b210681ec
MD5 b81330edfe3bc43f4a8f13a4bee9737c
BLAKE2b-256 d9635db09142fa7bb48aa808ead2f8e7662f6d1c3f47ee3c232e8408e52ad977

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7089b747a54c45203cbb66b6e5ea7f968ddc2d109445f4bb5d691c0feef3d6a1
MD5 a3151f5a93a8a0f3ba1af7f8e59adf51
BLAKE2b-256 32b6e36da532f151dc511bc5f26422693fade4ef1631abc24fd486afcae2c587

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: sumtree-0.2.9-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 176.5 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for sumtree-0.2.9-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 df3dea406d7da8693c7a3a114c72e8e7ad2de7b32b8cf4b9df6cf50a9af06e5f
MD5 40f1459305704424ef2d8b28796203dc
BLAKE2b-256 cb54cef8d1aacc732a4ade8c0ea93bb7f1d0ae5b0ffd89bd4334324a055bc6ba

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sumtree-0.2.9-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 183.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for sumtree-0.2.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2edbc5ec52d4b052018d0ffee956febdc6a89aa34953787d25df85bf1bf26b28
MD5 fb8341f6785f10c2bcb8d2ab33ff79d0
BLAKE2b-256 599cc96b8e361b9043b75b0b9a27232b513ac6e3dde2d52af04b1b93a7ee89f6

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85eb65a8106dbb51a925f32365900743add8e1ed551ab119cae51839611c1148
MD5 d00dfdb1051e3727c1ad11abf9c8af82
BLAKE2b-256 13dc520a313e854bc3683adbfb5ff5515010aaf806acd23be9df91d685617ab0

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3817fc177f61f4d94f9d55b49e7f776954504f6ea321e4803eabeca7d2c21033
MD5 d2fbeef468458749d07fb02b1a02ca0a
BLAKE2b-256 699283689b78b9d03c3b12fc3d2c84fde0efb9c6bc2f67261a4019423c1554e8

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5acacb533120c28f17b22ed3a9e27385fc3633d3d89de6b1ccf10504fc05cd0
MD5 ef8559ecc76eaf0daa017ea627af15be
BLAKE2b-256 7078149722f35e1deba022fde94895bd0d9bae81ea5cb9f0c8856af877c56103

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a2c65de03187dbba0e689ece011abeb8f526f18c78cc43a41f0a8fcc68f07064
MD5 d8e4e14bd880558d2810a3af36d0137a
BLAKE2b-256 9e66d35bce1b5164fa6532583ed1b184889be6d4a302b1415345a9220d0e600b

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: sumtree-0.2.9-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 178.5 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for sumtree-0.2.9-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f3f2512390d33216bf6d0ac098c11e93e32d08fd2e8081c113b6fb670bad0450
MD5 9b986cac91d00d2b83d8a0d21c5a1936
BLAKE2b-256 23a64593e96bb9cf5264fb4be857bcfa1d9825b97f9e39390ebbe3aa4a505691

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sumtree-0.2.9-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 185.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for sumtree-0.2.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1391942ac5f168aca9b7a9293d1f0c541ad7c99ee7521e2d2efbf9e3934e4200
MD5 5e58a7cb59d4842f7678eb3baac84947
BLAKE2b-256 85ba54ccf1c88fff4ecf7842312ccf50f8c1efbc18eb56891dedf96ffc6105f8

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef3d86052f6a8834e4f0fcad743f91b9bb30cf86f43040614a84bece8c929cd2
MD5 3eb15887cac5aefce995f7b67afc65f1
BLAKE2b-256 13ecd6032ee9afe2f7da77e3010ab80c0b3b6872cdd78aaddc536cdb15e89a4b

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7bf5240e0d290e16473a40ac5864a970ae3f596d6301b9a6f9e80b04742dea41
MD5 1a4b644ba48ba787e0f6ddb6c8102662
BLAKE2b-256 e064a66282011d0684b758afde5035748c2e5a19f45bd26a02dce5d420c093f9

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3dcaf6f6ea3a5d3c7d64ff246744a633199ccc7080ce9123c66f458b3e3b9a3f
MD5 4909f202c146f0f941ac7928b5881f9a
BLAKE2b-256 3c3486a74b2092d28908952eaf966bc4b054026de9e834314946ce04f911e4e1

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bd206b99a1efc0ee3ecb7853fad9c6b76a413e6d8e3377647a79ce10f15981ae
MD5 19042283aac7d38c83c61e43d04448eb
BLAKE2b-256 de71e9a14ffcd21a4b2d4643c19e88bde33ede47c4d1fcd7a057d01c79b9198a

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: sumtree-0.2.9-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 178.3 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for sumtree-0.2.9-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 d5b87766e0c6478ab134f2eece5c1776f4d3d09b04db5e510d32377a8b4daf1a
MD5 1e795f87e6324b6c8d1bc5b0d324e2ee
BLAKE2b-256 3779bc1af588cfef54c5ad3105cfbfe46be1d493a969cadf092a9fed33a94afc

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sumtree-0.2.9-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 185.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for sumtree-0.2.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c41ded2f7a097c7a762882be159a68e499326271e643626a41a8c35a582e2011
MD5 85410f45a746b316eebcd9352269ae2f
BLAKE2b-256 4bf7fc612484276d558247763fd436ab175754a41c27c4682f04d121e22b7aef

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 88548f9b7e8d1095290a686f81b4b53f6fb96c0a088a2a0344643f83e428b70c
MD5 8cfccf9101c1116f29a2659933eb3b9a
BLAKE2b-256 705cec726fd59ff4092286cb7d0952756d44f116e5d01df87392ab8a38c01478

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5a0db2493a21652d75632082e239edeed98039dce814da51ed459678d7a0cf1d
MD5 2e7b01c6cd38f9613a71a372078d05f7
BLAKE2b-256 5f4bf5bbf83148c78f4341897ed85ea35e3a4e07f5ca4384e34e63746950e565

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6922fd51bd239f69fd66ca30b28bfc8dc9b44b5d5f9c58011888f4d0ccd4125c
MD5 5065967a856eb46cf02ca98ab8ef56f4
BLAKE2b-256 26ab95af61e675d5776999b22df99302f53cccd6b4a991aa8c6a3a91497c68a1

See more details on using hashes here.

File details

Details for the file sumtree-0.2.9-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for sumtree-0.2.9-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2c11159ad49484528c89baec051d0ad7dc538a817ea8f252c6b57fad19b1e679
MD5 0e9875649f4b87cfef5bc9511127ecfc
BLAKE2b-256 2edb82c21b7a0489e67fa7900435a50cee6e98fee94f993a81b571ece173b5f0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page