• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

basilisp-lang / basilisp / #509
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: feature/python-inspect-ns
DEFAULT BRANCH: main
Ran 12 Jun 2020 02:44AM UTC
Jobs 1
Files 37
Run time 7s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#509

push

coveralls-python

web-flow
Convert Map to use `immutables.Map` rather than `pyrsistent` (#559)

Convert `basilisp.lang.map.Map` and `basilisp.lang.set.Set` to use `immutables.Map` under the hood, rather than the Python-only implementation provided by `pyrsistent`, which should offer some decent performance improvements for both types.

As another performance improvement, most of the basic runtime functions like `first`, `rest`, `cons`, et al were converted to single dispatch (using `@functools.singledispatch`), which should be a little faster than a series of `isinstance` checks.

2383 of 2438 branches covered (97.74%)

Branch coverage included in aggregate %.

6663 of 6737 relevant lines covered (98.9%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #509.1 12 Jun 2020 02:44AM UTC 0
98.59
Source Files on build #509
Detailed source file information is not available for this build.
  • Back to Repo
  • e50da8bc on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc