Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/SMapPublic

Fast persistent immutable Map data-structure for Scala with minimal memory footprint

License

NotificationsYou must be signed in to change notification settings

dadhi/SMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Fast persistent immutable Map data-structure for Scala with minimal memory footprint.

The SMap is based on the ImMap from my .NET C# libraryhttps://github.com/dadhi/ImTools

Btw,S in Map is forSpeedy.

Goals

  • Port ImHashMap to SMap with complete addition and lookup ops and minimal tests for sanity
  • Benchmark withScalaMeter -> so far inconclusive results
  • Benchmark withJMH -> initial results arehere
  • Optimize the entry footprint for the Int keys
  • Port the rest of the methods including foreach
  • PortCsCheck test toScalaCheck
  • Conform toimmutable.Map trait as much as possible
  • Publish the package with initial version
  • Optimize the Map entry footprint for the Set

About

Fast persistent immutable Map data-structure for Scala with minimal memory footprint

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp