Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Kotlin
/
dataframe
Public
Notifications
You must be signed in to change notification settings
Fork
76
Star
1k
Code
Issues
268
Pull requests
31
Discussions
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Code
Parsing improvements
#874
Code
Merged
Jolanrensen
merged 15 commits into
master
Kotlin/dataframe:master
from
parsing-optimization
Kotlin/dataframe:parsing-optimization
Copy head branch name to clipboard
Oct 15, 2024
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Parsing improvements
#874
Jolanrensen
merged 15 commits into
master
Kotlin/dataframe:master
from
parsing-optimization
Kotlin/dataframe:parsing-optimization
Copy head branch name to clipboard
Commits
Commits on Sep 19, 2024
small logic rewrite for `tryParseImpl` and added kdocs. StringParsers can now be "covered by" another parser, meaning they will be skipped if the other parser is run. parsersOrder was also cleaned …
Show description for 0ca3883
Jolanrensen
committed
0ca3883
Copy full SHA for 0ca3883
added "canParse" functions for Kotlin/Java duration to avoid exceptions in parsing
Jolanrensen
committed
95b9df6
Copy full SHA for 95b9df6
Commits on Sep 20, 2024
added toInstantOrNull functions avoiding exceptions when parsing
Jolanrensen
committed
abe03dc
Copy full SHA for abe03dc
adding tests to ensure consistency between duration and instant parsing
Jolanrensen
committed
e0c4de7
Copy full SHA for e0c4de7
Commits on Sep 23, 2024
creating low-in-exceptions DateTimeFormatter.parseOrNull function for parsing implementation
Jolanrensen
committed
af19cfd
Copy full SHA for af19cfd
small json parsing fix
Jolanrensen
committed
e3dfcfd
Copy full SHA for e3dfcfd
cleaning up
Jolanrensen
committed
bee6c2f
Copy full SHA for bee6c2f
Commits on Sep 24, 2024
adding contracts to `AnyCol.isX` functions
Show description for fcfac95
Jolanrensen
committed
fcfac95
Copy full SHA for fcfac95
enabling column-parallel parsing with coroutines
Jolanrensen
committed
de81ab6
Copy full SHA for de81ab6
Merge branch 'master' into parsing-optimization
Show description for bd178e3
Jolanrensen
committed
bd178e3
Copy full SHA for bd178e3
Commits on Sep 25, 2024
Merge branch 'master' into parsing-optimization
Jolanrensen
committed
219ddff
Copy full SHA for 219ddff
fixup! enabling column-parallel parsing with coroutines
Jolanrensen
committed
7b9c86b
Copy full SHA for 7b9c86b
Commits on Oct 4, 2024
tiny logic change so we take all parsers and not just the parserMap (as keys like Double appear multiple times)
Jolanrensen
committed
5057eeb
Copy full SHA for 5057eeb
copied some kdoc to denote the difference between DataColumn.tryParse and parse.
Jolanrensen
committed
72c8a17
Copy full SHA for 72c8a17
Commits on Oct 14, 2024
removing parallelization from parse for now
Jolanrensen
committed
2a90396
Copy full SHA for 2a90396
You can’t perform that action at this time.