Ross ROSS = Recommend OSS · open-source software intelligence for agents

mgravell/fast-member

Automatically exported from code.google.com/p/fast-member observed · 2026-08-28

github.com/mgravell/fast-member · C# · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

56/100

  • Activity 43
  • Release rhythm 49
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 0
  • age_days: 3936
  • days_rel: 343
  • days_push: 343
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1118 stars · 144 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A .NET library providing fast, reflection-free access to object fields and properties when types and member names are only known at runtime, using runtime IL emission. It also wraps object sequences as IDataReader for use with DataTable or SqlBulkCopy.

Use cases

  • read and write object properties by name at runtime in C#
  • convert a list of objects into an IDataReader
  • bulk load objects into SQL Server with SqlBulkCopy
  • load a DataTable from a sequence of typed objects
  • speed up slow reflection-based member access
  • access members of DLR dynamic objects

When to choose

  • you need fast runtime member access on arbitrary or dynamic types
  • you want to stream object collections into ADO.NET via IDataReader
  • reflection performance is a bottleneck in your .NET application

When to avoid

  • you target AOT environments like Xamarin iOS or Unity IL2CPP, since the library emits IL at runtime
  • you only need simple static typed access, which plain C# handles natively

Facets

library · maturity stable

serialization developer-tools developer-tools databases apis dotnet cross-platform reflection il-emission idatareader sqlbulkcopy dotnet

1 source

Member repositories

RepositoryRoleHealth v2
mgravell/fast-membermain56

For agents

markdown · JSON · MCP: product_card(name="mgravell/fast-member")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem