.. admonition:: Mutable stack objects that can safely share data
Project description
PyPI project pythonic-fp.splitends.
Python package Implementing a singularly linked LIFO queue called a SplitEnd. These data structures can safely share data nodes between themselves.
each SplitEnd is a very simple stateful (mutable) LIFO stack
data can be “extended” to or “snipped” off of the end (tip)
the “root” value of a SplitEnd is fixed and cannot be “snipped”
different mutable split ends can safely share the same “tail”
each SplitEnd sees itself as a singularly linked list
bush-like datastructures can be formed using multiple SplitEnds
the SplitEnd copy method and len are O(1)
in boolean context returns true if the SplitEnd is not just a “root”
Part of the pythonic-fp PyPI projects.
Documentation
Documentation and other links for this project are hosted on GitHub Pages.
Documentation for this project is hosted on GitHub Pages.
Copyright and License
Copyright (c) 2023-2026 Geoffrey R. Scheller. Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pythonic_fp_splitends-2.0.3.tar.gz.
File metadata
- Download URL: pythonic_fp_splitends-2.0.3.tar.gz
- Upload date:
- Size: 22.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.33.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1c4a65778886100e2d88d3affbe14a66484feb1446f2d5a45c1e7de5ed6875a
|
|
| MD5 |
586b7f23724fe0d90b0d76f5f9bce795
|
|
| BLAKE2b-256 |
0da8bcc19daf74b2b18090963e1f422cdf29469694ddc34e65fb094ab41bad65
|
File details
Details for the file pythonic_fp_splitends-2.0.3-py3-none-any.whl.
File metadata
- Download URL: pythonic_fp_splitends-2.0.3-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.33.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9413c8ef3995e9abdf29a0d6c002b09364cd0d6f08d6af02aa551d12845fa97a
|
|
| MD5 |
1bace3d9eee15bc72453a8d6229b5eb1
|
|
| BLAKE2b-256 |
4913ab1d32e14d9173f8820fdfacb13a4a36a5940351298ff778f0e0c6a8f130
|