anecdotal perf example
See original GitHub issueSorry I can’t share the ADT, but it’s pretty simple, about 3 or 4 case classes deep, and max 9 fields, with options, strings, lists of strings, stringy maps… the usual. I thought you’d appreciate seeing these JMH results for some test data
[info] Benchmark Mode Cnt Score Error Units
[info] AccessTokenParsing.argonautConvert thrpt 5 137158.136 ± 5942.009 ops/s
[info] AccessTokenParsing.playConvert thrpt 5 150268.749 ± 9030.600 ops/s
[info] AccessTokenParsing.circeConvert thrpt 5 421013.447 ± 13943.461 ops/s
[info] AccessTokenParsing.jsoniterConvert thrpt 5 1083010.915 ± 24245.834 ops/s
[info] AccessTokenParsing.sprayConvert thrpt 5 296858.901 ± 3482.840 ops/s
😲
(feel free to close when you’ve read this)
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
What Are Anecdotal Records? - Video & Lesson Transcript
Anecdotal records are a type of anecdotal method of data collection in which informal reports of a particular behavior are recorded through ...
Read more >anecdotal note exemplar
An anecdotal note is a description of student performance. Anecdotal notes should be written about performance that is meeting the course goals, as...
Read more >Using Anecdotal Records in the Classroom
In classrooms, teachers can write anecdotal notes recording their observations of students – behaviors, skills, attitudes, performance, and classroom ...
Read more >Anecdotal Notes Examples & Templates - Learn Grow Blossom
Anecdotal notes provide clear descriptions of students' skills, knowledge, attitude, behaviour, performance and any classroom incidents.
Read more >Anecdotal Records and Jottings - ECLKC - HHS.gov
Anecdotal Records and Jottings. Guidelines for Accurate and Objective Recording – Behavioral Descriptions.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@fommil in any case, please ensure (by generative tests FTW), that bytes are encoded properly in UTF-8 format to avoid runtime-errors…
use .getBytes(“UTF-8”) everywhere to minimize human errors due copy-pasting: https://github.com/plokhotnyuk/jsoniter-scala/commit/979f4e3854d71db7d4707a86ec70c1107763f8a1
ups… immutable stream of what? byte arrays?