Commit Graph

17 Commits

Author SHA1 Message Date
Aaron Boodman
a1c1b6a07d Introduce samples/go/hr: a very basic toy person database (#1804) 2016-06-13 10:48:41 -07:00
Aaron Boodman
fcf772dccd move noms/samples/go/flags -> noms/go/spec (#1799) 2016-06-12 15:42:50 -07:00
Rafael Weinstein
3633a8433d jsCodecPerfRig (#1796) 2016-06-11 09:11:11 -07:00
Rafael Weinstein
61d4996125 Fix command line output (#1786) 2016-06-10 15:33:30 -07:00
Chris Masone
e35a705da5 Go: Simplify enabling profiling
One side effect of the way that Go's flag library works is that any
flag that's defined at the global scope by any library that's built
into your binary shows up in your help -- whether you honor it or
not. Arguably, including the library and calling its entry points
should be tantamount to honoring the flags. This change makes the
profiling flags behave that way -- there's one function that you call
to turn on whichever kinds of profiling the user specifies on the
command line. It returns an object with a Stop() method that you call
to shut down profiling and flush data, like so:

defer profile.MaybeStartProfile().Stop()
2016-06-10 09:01:13 -07:00
Rafael Weinstein
2a7c0ab5e1 Cleanup/Improve codec perf rig (#1775) 2016-06-10 08:28:59 -07:00
Rafael Weinstein
801bb4a392 go codec-perf-rig (#1768) 2016-06-09 14:35:16 -07:00
Aaron Boodman
89f07b675a csv/csv-import: add support for importing to map. (#1754)
csv/csv-import: add support for importing to map.
2016-06-08 15:18:04 -07:00
cmasone-attic
00af81440f Move Go profiling helpers out of samples/ (#1757)
These are used in cmd as well, so it seemed weird to have
them over in samples/util
2016-06-08 14:26:44 -07:00
Erik Arvidsson
ee21e6b9de Fix samples/js (#1755) 2016-06-08 13:35:57 -07:00
Rafael Weinstein
335a28026c parallelize csv export (#1746) 2016-06-08 10:28:57 -07:00
Dan Willhite
f371a235d5 Change dataspec syntax to use '::' in path specs. 2016-06-07 15:01:26 -07:00
Erik Arvidsson
4af0ca1efb Fix issue with in browser Hash (#1738)
Also, make Hash not copy the bytes.
2016-06-06 17:11:34 -07:00
Erik Arvidsson
bc9f9d19e1 Go: Make StructDesc use slices for names and types instead of a map (#1741)
The map showed up in benchmarks...

Fixes #1716
2016-06-06 16:58:40 -07:00
Erik Arvidsson
e4b7d13416 Add license field to all the package.json file (#1742)
Issue #1307
2016-06-06 16:56:10 -07:00
Mike Gray
7b914891a5 adding initial encoding test harness (#1653) 2016-06-06 15:38:09 -04:00
Aaron Boodman
8aab8924d1 Rename clients to samples 2016-06-05 02:37:28 -07:00