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

asappresearch/sru

Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755) observed · 2026-08-28

github.com/asappresearch/sru · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • 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: n/a
  • age_days: 3292
  • days_rel: n/a
  • days_push: 1702
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2106 stars · 304 forks observed · 2026-08-28

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

SRU is a PyTorch library implementing the Simple Recurrent Unit, a highly parallelizable RNN that runs 10-16x faster than cuDNN LSTM with comparable accuracy. It also includes SRU++, a variant combining fast recurrence with attention for efficient language modeling.

Use cases

  • train RNNs as fast as CNNs on GPU
  • replace LSTM with a faster recurrent unit in PyTorch models
  • train language models with reduced compute
  • speed up sequence modeling for NLP tasks
  • build bidirectional recurrent layers with layer norm and highway connections

When to choose

  • you need recurrent sequence models but LSTM training speed is a bottleneck
  • you want a drop-in PyTorch alternative to nn.LSTM with GPU acceleration
  • you are training language models on limited compute budgets

When to avoid

  • you need transformer-only architectures or the latest attention variants
  • you require active community development and frequent updates
  • you work outside PyTorch or without CUDA GPUs

Facets

library · maturity maintenance

machine-learning deep-learning nlp machine-learning deep-learning python cross-platform pytorch recurrent-neural-networks rnn lstm-alternative gpu-accelerated language-modeling sru natural-language-processing gpu linux

1 source

Member repositories

RepositoryRoleHealth v2
asappresearch/srumain23

For agents

markdown · JSON · MCP: product_card(name="asappresearch/sru")

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