memory_mapped_list 0.1.0
memory_mapped_list: ^0.1.0 copied to clipboard
A high-performance memory-mapped List for Dart that handles very large datasets with minimal, constant RAM usage.
We analyzed this package 10 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
pubspec.yaml from the repository URL mismatch: expected https://github.com/Brah-Timo/memory_mapped_list but got https://github.com/yourname/memory_mapped_list.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: memory_mapped_list, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
208 out of 239 API elements (87.0 %) have documentation comments.
Some symbols that are missing documentation: memory_mapped_list.Float64Serializer.Float64Serializer.new, memory_mapped_list.Int32Serializer.Int32Serializer.new, memory_mapped_list.Int64Serializer.Int64Serializer.new, memory_mapped_list.JsonSerializer.JsonSerializer.new, memory_mapped_list.MemoryMappedList.MemoryMappedList.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:memory_mapped_list/memory_mapped_list.dartthat imports:package:memory_mapped_list/src/types/mml_generic_list.dartthat imports:package:memory_mapped_list/src/core/mml_page_buffer.dartthat imports:package:memory_mapped_list/src/core/mml_file_manager.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
INFO: Unnecessary braces in a string interpolation.
lib/src/exceptions/mml_exceptions.dart:35:16
╷
35 │ ..write('${runtimeType} [${errorCode.code}]: $message');
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/exceptions/mml_exceptions.dart
INFO: Parameter 'cause' could be a super parameter.
lib/src/exceptions/mml_exceptions.dart:46:3
╷
46 │ MmlClosedException(String path, {Object? cause})
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/exceptions/mml_exceptions.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^2.1.0 |
2.2.0 | 2.2.0 | |
logging |
^1.2.0 |
1.3.0 | 1.3.0 | |
meta |
^1.11.0 |
1.19.0 | 1.19.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Dart 3.13.1.
Check the analysis log for details.