01:38:16
| * Mia | quit (Read error: Connection reset by peer) |
03:11:52
| * Soelen | joined |
03:12:22
| <Soelen> | hello everyone, I just discovered leveldb, may I ask some questions which I have in mind right now? :) |
03:20:52
| <Soelen> | guess nobody is here atm |
03:23:29
| * rvagg_ | quit (Ping timeout: 260 seconds) |
03:23:58
| * rvagg_ | joined |
03:36:08
| <chilts> | Soelen: usually it's best just to ask, rather than ask-to-ask |
03:36:08
| <chilts> | then if someone is around that can answer, they probably will |
03:36:40
| <chilts> | but I find in general (on any IRC channel), no-one responds much to "Can I ask a question ...?" since you don't know what the question is and whether you might be able to answer it |
03:37:04
| <chilts> | until you know what the question is |
03:37:28
| <chilts> | wow, that topic is old |
03:45:13
| <Soelen> | chilts: yeah, that makes sense |
03:45:42
| <Soelen> | so uh, is it possible to store objects or just primitives? |
03:46:33
| * Soe1en | joined |
03:47:02
| * jerrysv | joined |
03:47:13
| <Soe1en> | oh look at that, got a new ip |
03:47:29
| <Soe1en> | I am going to repeat my question in case it got lost in the process |
03:47:37
| <Soe1en> | is it possible to store objects or just primitives? |
03:49:37
| * jerrysv | quit (Remote host closed the connection) |
03:50:03
| * Soelen | quit (Ping timeout: 240 seconds) |
04:00:00
| <chilts> | yeah, just serialise the object into a string |
04:00:12
| <chilts> | Soe1en: you could do it with JSON, XML, whatever really |
04:00:20
| <chilts> | the value in LevelDB is just a series of bytes |
04:00:27
| <chilts> | so you can put whatever you want in there |
04:00:54
| <chilts> | the package provides some convenience stuff to do it (e.g. JSON) so it serialises/deserialises on the way in/out for you |
04:01:17
| <chilts> | but you can do it yourself if you like (eg. Protocol Buffers or whatever other serialisation format) |
04:01:23
| <chilts> | Soe1en: does that make sense? |
05:18:56
| <Soe1en> | chilts: it does, thanks a bunch chilts! |
05:37:59
| * Soe1en | quit (Quit: Lost terminal) |
07:28:06
| * Mia | joined |
10:32:25
| * chrisdickinson | quit (Ping timeout: 276 seconds) |
10:37:25
| * kenansulayman | joined |
10:37:25
| * kenansulayman | changed nick to Guest75533 |
10:37:25
| * chrisdickinson_ | joined |
10:38:15
| * Guest23282 | quit (Ping timeout: 276 seconds) |
11:47:04
| * lersch | quit (Ping timeout: 240 seconds) |
12:25:38
| * lersch | joined |
14:03:27
| * lersch | quit (Ping timeout: 276 seconds) |
14:04:02
| * lersch | joined |
14:04:46
| * lersch | quit (Client Quit) |
14:39:03
| * ekristen | joined |
14:53:12
| * Mia | quit (Ping timeout: 246 seconds) |
15:17:09
| * nolanlawson_ | joined |
15:17:40
| * ryanj_ | joined |
15:21:38
| * l1x | quit (Ping timeout: 260 seconds) |
15:21:38
| * daleharvey | quit (Ping timeout: 260 seconds) |
15:21:40
| * ryanj | quit (Ping timeout: 260 seconds) |
15:21:41
| * nolanlawson | quit (Ping timeout: 260 seconds) |
15:21:42
| * chilts | quit (Ping timeout: 260 seconds) |
15:21:42
| * lennon | quit (Ping timeout: 260 seconds) |
15:22:14
| * lennon | joined |
15:23:51
| * chilts | joined |
15:23:58
| * nolanlawson_ | changed nick to nolanlawson |
15:24:27
| * ryanj_ | changed nick to ryanj |
15:31:11
| * daleharvey | joined |
15:37:03
| * l1x | joined |
15:42:07
| * lersch | joined |
17:03:03
| * lersch | quit (Ping timeout: 246 seconds) |
20:22:30
| * hughsk_ | joined |
20:24:51
| * emilbayes_ | joined |
20:26:41
| * brycebaril_ | joined |
20:27:03
| * bret_ | joined |
20:29:04
| * bret | quit (Ping timeout: 268 seconds) |
20:29:04
| * timwis | quit (Ping timeout: 268 seconds) |
20:29:11
| * emilbayes | quit (Ping timeout: 268 seconds) |
20:29:11
| * hughsk | quit (Ping timeout: 268 seconds) |
20:29:12
| * brycebaril | quit (Ping timeout: 268 seconds) |
20:30:40
| * brycebaril_ | changed nick to brycebaril |
20:32:00
| * hughsk_ | changed nick to hughsk |
20:33:08
| * emilbayes_ | changed nick to emilbayes |
20:33:16
| * bret_ | changed nick to bret |
20:37:21
| * timwis | joined |