Skip to content

BTree implementation imported from SqueakSource

License

Notifications You must be signed in to change notification settings

pharo-containers/BTree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTree

BTree implementation imported from SqueakSource The current repository is waiting for getting cleaned and prepared for inclusion in containers.

Load it from a workspace

Open a workspace and evaluate:

Metacello new
  repository: 'github://pharo-containers/BTree';
  baseline: 'BTree';
  load.

Load it from BaselineOfYourProject

I suggest you use your baseline: spec method and inside your version block code, call self btree: spec method consisting of:

btree: spec
  spec
  baseline: 'BTree'
  with: [ spec repository: 'github://pharo-containers/BTree/src' ]

Source and credits

About

BTree implementation imported from SqueakSource

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%