chunklist
A Chunk List is a new, concurrent, chunk-based data structure that is easily modifiable and allows for fast run-time operations.
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 7 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.0%) to scientific vocabulary
Keywords
Repository
A Chunk List is a new, concurrent, chunk-based data structure that is easily modifiable and allows for fast run-time operations.
Basic Info
- Host: GitHub
- Owner: danielathome19
- License: apache-2.0
- Language: C#
- Default Branch: master
- Homepage: https://doi.org/10.48550/arxiv.2101.00172
- Size: 8.4 MB
Statistics
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
About
A Chunk List is a new, concurrent, chunk-based data structure that is easily modifiable and allows for fast runtime operations.
To find out more, check out the provided research paper: * /Chunk List/Presentation/"Chunk List.pdf" (DOI: 10.48550/arxiv.2101.00172)
Installation
Install the ChunkList NuGet package:
bash
dotnet add package ChunkList
Usage
```csharp using ChunkList;
ChunkList
The Presentation folder (i.e., the research paper) contains a full presentation and research paper in PDF format, containing the following information: * What is a chunk list? * Where is a chunk list used? * Implementation details (construction, basic methods) * Complexity Analysis (Big-O) * Unit Testing * Integration
Program files are kept within the master branch.
A full implementation of the class is kept within the ChunkList.cs file in the namespace ChunkList, to be included within the program.
The Unit Test/UnitTest.cs file contains a benchmark test for comparison between an ArrayList (List
Bugs/Features
Bugs are tracked using the GitHub Issue Tracker.
Please use the issue tracker for the following purpose: * To raise a bug request; do include specific details and label it appropriately. * To suggest any improvements in existing features. * To suggest new features or structures or applications.
License
The code is licensed under Apache License 2.0.
Citation
If you use this code for your research, please cite this project:
bibtex
@software{Szelogowski_Chunk-List_2017,
author = {Szelogowski, Daniel},
doi = {10.48550/arxiv.2101.00172},
month = {May},
title = {{Chunk-List}},
license = {Apache-2.0},
url = {https://github.com/danielathome19/Chunk-List},
version = {1.0.0},
year = {2017}
}
Owner
- Name: Daniel J. Szelogowski
- Login: danielathome19
- Kind: user
- Location: Wisconsin
- Company: @MECS-Research-Lab
- Website: https://danielszelogowski.com/
- Twitter: DanielAtHome19
- Repositories: 50
- Profile: https://github.com/danielathome19
Standing on the shoulders of giants.
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Szelogowski" given-names: "Daniel" orcid: "https://orcid.org/0000-0002-0350-5771" title: "Chunk-List" version: 1.0.0 doi: 10.48550/arxiv.2101.00172 date-released: 2017-05-07 license: Apache-2.0 url: "https://github.com/danielathome19/Chunk-List"
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Packages
- Total packages: 1
-
Total downloads:
- nuget 267 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
nuget.org: chunklist
A Chunk List is a new, concurrent, chunk-based data structure that is easily modifiable and allows for fast run-time operations.
- Homepage: https://github.com/danielathome19/Chunk-List
- License: apache-2.0
-
Latest release: 1.0.0
published almost 2 years ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v3 composite
- actions/setup-dotnet v2 composite
- Microsoft.NET.Test.Sdk 16.5.0
- coverlet.collector 1.2.0
- xunit 2.4.0
- xunit.runner.visualstudio 2.4.0
- MSTest.TestAdapter 1.1.11
- MSTest.TestFramework 1.1.11