question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

anecdotal perf example

See original GitHub issue

Sorry 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:closed
  • Created 6 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
plokhotnyukcommented, Mar 20, 2018

@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

0reactions
plokhotnyukcommented, Mar 20, 2018

ups… immutable stream of what? byte arrays?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found