-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CBOR2 #3
Closed
Closed
Add CBOR2 #3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add new modules wanted
Add new module, modify list and module info
sd-bus seems kinda nice.
add Unicode::LineBreak east asian languages need access to the linebreak properties See http://stackoverflow.com/questions/31250503/perl-6-and-print-columns
Update modules.md
work to begin next week, unless you know of someone else already doing it
adding info on p6 Math::Trig
wxwidgets GUI added
Update modules.md
Mentioned Pastebin::Shadowcat for App::Nopaste entry
Added WIP Unicode::UCD
v0.0.1 has now been released
Net::Telnet used to be on this list, but was removed after v0.0.1 was released. However, it doesn't implement terminal emulation, which is needed for a proper TELNET implementation, since it's platform dependent. Two more modules need to be created before it can be completely removed from the most wanted modules list.
Net::Telnet's new Net::Telnet::Terminal::Win32::* and Net::Telnet::Terminal::UNIX::* modules handle what these were originally intended for. I separated them at first so people could use Net::Telnet for custom purposes besides opening shells, but that's still possible to do with the new terminal modules and doesn't make it so Net::Telnet only implements half of what people would expect a TELNET module to be able to do.
reference extant work
TAP::Harness has been implemented as TAP::Harness, and App::Prove as App::prove6 forkprove has been taken of the list as raku doesn't have a `fork` (as in general forking and threading are largely mutually exclusive).
TAP::Parser and App::Prove have been implemented
profiling is built in with --profile as the comment indicated.
this is now implemented, albeit as [Physics::Unit](https://github.com/p6steve/raku-physics-unit.git) and [Physics::Measure]((https://github.com/p6steve/raku-physics-measure.git) also note that the link to Units::SI is getting a 404
rm Math::Units
Upstream sync
Need NumPy / SciPy equivalents to facilitate Python migration
NumPy / SciPy request
Closing this one as I have not been the upstream for this repo for years, and the original submitter just opened Raku#57 to PR the correct repo. :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
see various comments on irc - seems like CBOR2 in Python with C is fastest approach
20:37 discord-raku-bot @japhb I got a CBOR file -- how do I read it in Raku? Using slurp with ":bin" ?
20:49 discord-raku-bot @japhp Yeah, I got it working. And, yes, the CBOR utilization gives me the fastest ingestion of ≈700MB CSV file in Raku.