forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit791961f
committed
Add inline murmurhash32(uint32) function.
The function already existed in tidbitmap.c but more users requiringfast hashing of 32bit ints are coming up.Author: Andres FreundDiscussion:https://postgr.es/m/20170914061207.zxotvyopetm7lrrp@alap3.anarazel.de1 parent91ad8b4 commit791961f
2 files changed
+20
-18
lines changedLines changed: 2 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| 48 | + | |
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
| |||
237 | 238 |
| |
238 | 239 |
| |
239 | 240 |
| |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 |
| - | |
252 |
| - | |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 |
| - | |
257 | 241 |
| |
258 | 242 |
| |
259 | 243 |
| |
260 | 244 |
| |
261 | 245 |
| |
262 | 246 |
| |
263 |
| - | |
| 247 | + | |
264 | 248 |
| |
265 | 249 |
| |
266 | 250 |
| |
|
Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
23 | 41 |
|
0 commit comments
Comments
(0)