Skip to content

Add json, primes, base64 tests for Racket #474

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

Merged
merged 4 commits into from
Nov 1, 2023
Merged

Conversation

zhaozhixu
Copy link
Contributor

@zhaozhixu zhaozhixu commented Oct 28, 2023

Add JSON, primes, base64 tests for Racket.

  • JSON test uses the json library which is pre-installed.
  • Base64 test uses the racket/net/base64 module which is in the standard library.
  • Primes test implements the same algorithm as in the python test.

All three tests are eventually coded in pure Racket, without using third libraries or C extensions, etc.

@nuald nuald merged commit 17aa0c7 into kostya:master Nov 1, 2023
nuald added a commit to nuald/benchmarks that referenced this pull request Nov 1, 2023
nuald added a commit that referenced this pull request Nov 1, 2023
@zhaozhixu zhaozhixu deleted the racket branch November 2, 2023 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants