rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
tree 2582b2ef3fe1008441f10f158005fc3726af18a4
$ git ls-tree -l v0.90.1:lib/rainbows	# shows similar output on the CLI

	size	name
 	1092	actor_spawn.rb
 	3952	app_pool.rb
 	2666	base.rb
 	853	const.rb
 	2468	dev_fd_response.rb
 	1259	error.rb
 	1997	ev_core.rb
 	6854	event_machine.rb
 	1536	event_machine_defer.rb
 	293	fiber.rb
d	-	fiber/
 	1409	fiber_pool.rb
 	985	fiber_spawn.rb
 	939	http_response.rb
 	2622	http_server.rb
 	2079	never_block.rb
d	-	never_block/
 	1170	rev.rb
d	-	rev/
 	1038	rev_fiber_spawn.rb
 	2238	rev_thread_pool.rb
 	1279	rev_thread_spawn.rb
 	4702	revactor.rb
d	-	revactor/
 	2454	thread_pool.rb
 	1981	thread_spawn.rb
glossary
--------
Tree objects belong to commits or other tree objects.  Trees may
reference blobs, sub-trees, or (rarely) commits of submodules.

Path names are stored in tree objects, but trees do not know
their own path name.  A tree's path name comes from their parent tree,
or it is the root tree referenced by a commit object.  Thus, this web UI
relies on the `b=' URI parameter as a hint to display the path name.
git clone https://yhbt.net/rainbows.git