Skip to content

sebastianconcept/BTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTree

BTree implementation imported from SqueakSource

Load it from a workspace

Open a workspace and evaluate:

Metacello new
  repository: 'github://sebastianconcept/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://sebastianconcept/BTree:master/src' ]

Source and credits

About

BTree implementation imported from SqueakSource

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published