- 授权协议: MIT
- 开发语言: Google Go JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/etsy/Hound
软件介绍
Hound 是轻量级的快速代码搜索工具。Hound 是极其快速的源代码搜索引擎。Hound 的核心是基于这篇文章和代码的,作者是 Russ Cox:Regular Expression Matching with a Trigram Index。Hound 自身是个静态 React 前端,可以和 Go 后端进行交互,后端保持最新的,每个库的索引和通过极小的一个 API 进行答案搜索。
Programming Concurrency on the JVM
Venkat Subramaniam / The Pragmatic Bookshelf / 2011-6-1 / USD 35.00
Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these con......一起来看看 《Programming Concurrency on the JVM》 这本书的介绍吧!
